Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h171 #define NO_EXPAND (1 << 5) /* Do not macro-expand this token. */ macro
H A Dcppmacro.c1153 if (node->type != NT_MACRO || (result->flags & NO_EXPAND))
1172 t->flags = result->flags | NO_EXPAND;
H A DChangeLog.45234 NO_EXPAND, VARARGS_FIRST, struct cpp_token_with_pos,
/openbsd/gnu/gcc/libcpp/include/
H A Dcpplib.h173 #define NO_EXPAND (1 << 5) /* Do not macro-expand this token. */ macro
/openbsd/gnu/gcc/libcpp/
H A Ddirectives.c1334 toks[0].flags |= NO_EXPAND; in do_pragma()
1336 toks[1].flags |= NO_EXPAND; in do_pragma()
1558 toks[count++].flags |= NO_EXPAND; in destringize_and_run()
H A Dmacro.c1120 if (node->type != NT_MACRO || (result->flags & NO_EXPAND)) in cpp_get_token()
1139 t->flags = result->flags | NO_EXPAND; in cpp_get_token()
H A DChangeLog71 * directives.c (destringize_and_run): Set NO_EXPAND on the
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dcppinternals.texi623 flag @code{NO_EXPAND} to the copy.
/openbsd/gnu/gcc/gcc/doc/
H A Dcppinternals.info582 `NO_EXPAND' to the copy.
H A Dcppinternals.texi623 flag @code{NO_EXPAND} to the copy.