Searched refs:cpp_undefine_queue (Results 1 – 2 of 2) sorted by relevance
75 static gfc_cpp_macro_queue *cpp_define_queue, *cpp_undefine_queue; variable1162 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()
71 static gfc_cpp_macro_queue *cpp_define_queue, *cpp_undefine_queue; variable1127 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()