Searched refs:NO_EXPAND (Results 1 – 13 of 13) sorted by relevance
1517 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()
2910 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()
1558 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()
3024 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()
3322 tok->flags |= NO_EXPAND; in cpp_maybe_module_directive()
6356 * directives.c (destringize_and_run): Set NO_EXPAND on the
199 #define NO_EXPAND (1 << 10) /* Do not macro-expand this token. */ macro
201 #define NO_EXPAND (1 << 10) /* Do not macro-expand this token. */ macro
593 'NO_EXPAND' to the copy.
624 flag @code{NO_EXPAND} to the copy.
5240 NO_EXPAND, VARARGS_FIRST, struct cpp_token_with_pos,