Searched refs:DO_PRAGMA (Results 1 – 5 of 5) sorted by relevance
3 #define DO_PRAGMA _Pragma macro4 DO_PRAGMA ("GCC dependency \"blahblabh\"") // expected-error {{file not found}}
3 #define DO_PRAGMA _Pragma macro6 DO_PRAGMA (STR
9 #define DO_PRAGMA _Pragma macro12 DO_PRAGMA (STR
116 #define DO_PRAGMA(x) _Pragma (#x) macro120 DO_PRAGMA (unroll(2)) in f()