Home
last modified time | relevance | path

Searched refs:cpp_undefine_queue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc75 static gfc_cpp_macro_queue *cpp_define_queue, *cpp_undefine_queue; variable
1162 q->next = cpp_undefine_queue; in cb_used_undef()
1163 cpp_undefine_queue = q; in cb_used_undef()
1192 for (q = cpp_undefine_queue; q;) in dump_queued_macros()
1202 cpp_undefine_queue = NULL; in dump_queued_macros()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c71 static gfc_cpp_macro_queue *cpp_define_queue, *cpp_undefine_queue; variable
1127 q->next = cpp_undefine_queue; in cb_used_undef()
1128 cpp_undefine_queue = q; in cb_used_undef()
1157 for (q = cpp_undefine_queue; q;) in dump_queued_macros()
1167 cpp_undefine_queue = NULL; in dump_queued_macros()