Searched refs:PRAGMA (Results 1 – 1 of 1) sorted by relevance
47 #define PRAGMA(...) _Pragma(#__VA_ARGS__ ) macro48 #define ALIGNVAR(x) PRAGMA( alignvar(x) )55 PRAGMA(ghs nowarning 301) \57 PRAGMA(ghs endnowarning 301)59 #define CHANGE_SEC(sec, name) PRAGMA( ghs section sec = name )61 #define SET_STRUCT_ALIGN(x) PRAGMA(ghs struct_min_alignment(x))