added new directives

This commit is contained in:
ALEXks
2024-04-09 16:50:47 +03:00
parent 2b48813783
commit b0a63cc711
2 changed files with 4 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ static inline bool ifVarIsLoopSymb(SgStatement *stmt, const string symb)
}
template<typename fillType> void fillPrivatesFromComment(Statement *st, std::set<fillType> &privates);
template<typename fillType> void fillPrivatesFromComment(Statement *st, std::set<fillType> &privates, int type = -1);
inline void Warning(const char *s, const wchar_t *s1, const char *t, int num, SgStatement *stmt)
{

View File

@@ -152,3 +152,6 @@
#define SPF_PARAMETER_OP 969 /* SAPFOR */
#define SPF_CODE_COVERAGE_OP 970 /* SAPFOR */
#define SPF_UNROLL_OP 971 /* SAPFOR */
#define SPF_COVER_OP 972 /* SAPFOR */
#define SPF_MERGE_OP 973 /* SAPFOR */
#define SPF_PROCESS_PRIVATE_OP 974 /* SAPFOR */