Home
last modified time | relevance | path

Searched refs:NO_EXPAND (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c1517 toks[0].flags |= NO_EXPAND; in do_pragma()
1519 toks[1].flags |= NO_EXPAND; in do_pragma()
1908 toks[count++].flags |= NO_EXPAND; in destringize_and_run()
H A Dmacro.c2910 if (node->type == NT_VOID || (result->flags & NO_EXPAND)) in cpp_get_token_1()
2974 t->flags = result->flags | NO_EXPAND; in cpp_get_token_1()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc1558 toks[0].flags |= NO_EXPAND; in do_pragma()
1560 toks[1].flags |= NO_EXPAND; in do_pragma()
1951 toks[count++].flags |= NO_EXPAND; in destringize_and_run()
H A Dmacro.cc3024 if (node->type == NT_VOID || (result->flags & NO_EXPAND)) in cpp_get_token_1()
3092 t->flags = result->flags | NO_EXPAND; in cpp_get_token_1()
H A Dlex.cc3322 tok->flags |= NO_EXPAND; in cpp_maybe_module_directive()
H A DChangeLog6356 * directives.c (destringize_and_run): Set NO_EXPAND on the
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h199 #define NO_EXPAND (1 << 10) /* Do not macro-expand this token. */ macro
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h201 #define NO_EXPAND (1 << 10) /* Do not macro-expand this token. */ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppinternals.info593 'NO_EXPAND' to the copy.
H A Dcppinternals.texi624 flag @code{NO_EXPAND} to the copy.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcppinternals.info593 'NO_EXPAND' to the copy.
H A Dcppinternals.texi624 flag @code{NO_EXPAND} to the copy.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20005240 NO_EXPAND, VARARGS_FIRST, struct cpp_token_with_pos,