Home
last modified time | relevance | path

Searched refs:top_most_macro_node (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h435 cpp_hashnode *top_most_macro_node; member
H A Dmacro.c1576 cpp_fun_like_macro_p (pfile->top_most_macro_node) in enter_macro_context()
2750 if (macro == pfile->top_most_macro_node && context->prev == NULL) in _cpp_pop_context()
2752 pfile->top_most_macro_node = NULL; in _cpp_pop_context()
2922 pfile->top_most_macro_node = node; in cpp_get_token_1()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h451 cpp_hashnode *top_most_macro_node; member
H A Dmacro.cc1635 cpp_fun_like_macro_p (pfile->top_most_macro_node) in enter_macro_context()
2864 if (macro == pfile->top_most_macro_node && context->prev == NULL) in _cpp_pop_context()
2866 pfile->top_most_macro_node = NULL; in _cpp_pop_context()
3042 pfile->top_most_macro_node = node; in cpp_get_token_1()
H A DChangeLog3474 * internal.h (cpp_reader::top_most_macro_node): New data member.
3479 pfile->top_most_macro_node data member.
3480 (_cpp_pop_context): Clear the new cpp_reader::top_most_macro_node