Searched refs:NO_EXPAND (Results 1 – 10 of 10) sorted by relevance
171 #define NO_EXPAND (1 << 5) /* Do not macro-expand this token. */ macro
1153 if (node->type != NT_MACRO || (result->flags & NO_EXPAND))1172 t->flags = result->flags | NO_EXPAND;
5234 NO_EXPAND, VARARGS_FIRST, struct cpp_token_with_pos,
173 #define NO_EXPAND (1 << 5) /* Do not macro-expand this token. */ macro
1334 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()
1120 if (node->type != NT_MACRO || (result->flags & NO_EXPAND)) in cpp_get_token()1139 t->flags = result->flags | NO_EXPAND; in cpp_get_token()
71 * directives.c (destringize_and_run): Set NO_EXPAND on the
623 flag @code{NO_EXPAND} to the copy.
582 `NO_EXPAND' to the copy.