31 static const int WARN_TABLE_PLACEMENT = 1501;
32 static const int WARN_PRAGMA_USE = 1502;
33 static const int WARN_SUBSTITUTION = 1503;
34 static const int WARN_PHV_ALLOCATION = 1504;
35 static const int WARN_UNINIT_OVERLAY = 1505;
37 static const int FIRST_BACKEND_WARNING = WARN_TABLE_PLACEMENT;
41 static ErrorType instance;
45 void printWarningsHelp(std::ostream &out);
52 .
add<ErrorMessage::MessageType::Warning, WARN_TABLE_PLACEMENT>(
"table-placement");
60 "uninitialized-overlay");