Searched refs:cpp_forall_identifiers (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Didentifiers.c113 cpp_forall_identifiers (cpp_reader *pfile, cpp_cb cb, void *v) function
H A Dpch.c46 Suitable for being called by cpp_forall_identifiers. */
199 cpp_forall_identifiers (r, save_idents, r->savedstate);
202 cpp_forall_identifiers (r, write_macdef, f);
311 cpp_forall_identifiers (r, count_defs, ss);
315 cpp_forall_identifiers (r, write_defs, ss);
499 cpp_forall_identifiers (r, &collect_ht_nodes, &nl);
619 cpp_forall_identifiers (r, save_macros, d);
H A Dinit.c597 cpp_forall_identifiers (pfile, _cpp_warn_if_unused_macro, NULL);
H A Ddirectives.c612 cpp_forall_identifiers (pfile, undefine_macros, NULL);
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h835 extern void cpp_forall_identifiers (cpp_reader *, cpp_cb, void *);
/freebsd-11-stable/contrib/gcc/
H A Dc-ppoutput.c88 cpp_forall_identifiers (pfile, dump_macro, NULL);

Completed in 80 milliseconds