Home
last modified time | relevance | path

Searched refs:PRAGMA_OP (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dcpplib.h202 #define PRAGMA_OP (1 << 11) /* _Pragma token. */ macro
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Ddirectives.cc1911 pfile->directive_result.flags |= PRAGMA_OP; in destringize_and_run()
Dmacro.cc1305 else if (token->type == CPP_PRAGMA && !(token->flags & PRAGMA_OP)) in collect_args()
DChangeLog371 * directives.c (destringize_and_run): Add PRAGMA_OP to the
373 * 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