Searched refs:top_most_macro_node (Results 1 – 2 of 2) sorted by relevance
1417 !(pfile->top_most_macro_node->flags & NODE_BUILTIN) in enter_macro_context()1419 && pfile->top_most_macro_node->value.macro->fun_like) in enter_macro_context()2593 if (macro == pfile->top_most_macro_node && context->prev == NULL) in _cpp_pop_context()2595 pfile->top_most_macro_node = NULL; in _cpp_pop_context()2765 pfile->top_most_macro_node = node; in cpp_get_token_1()
428 cpp_hashnode *top_most_macro_node; member