Searched refs:PRAGMA_OP (Results 1 – 4 of 4) sorted by relevance
202 #define PRAGMA_OP (1 << 11) /* _Pragma token. */ macro
1911 pfile->directive_result.flags |= PRAGMA_OP; in destringize_and_run()
1305 else if (token->type == CPP_PRAGMA && !(token->flags & PRAGMA_OP)) in collect_args()
371 * directives.c (destringize_and_run): Add PRAGMA_OP to the373 * include/cpplib.h (PRAGMA_OP): #define, to be used with token flags.374 * macro.c (collect_args): Only handle CPP_PRAGMA special if PRAGMA_OP