added new directives
This commit is contained in:
@@ -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)
|
inline void Warning(const char *s, const wchar_t *s1, const char *t, int num, SgStatement *stmt)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -152,3 +152,6 @@
|
|||||||
#define SPF_PARAMETER_OP 969 /* SAPFOR */
|
#define SPF_PARAMETER_OP 969 /* SAPFOR */
|
||||||
#define SPF_CODE_COVERAGE_OP 970 /* SAPFOR */
|
#define SPF_CODE_COVERAGE_OP 970 /* SAPFOR */
|
||||||
#define SPF_UNROLL_OP 971 /* 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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user