Home
last modified time | relevance | path

Searched refs:cpp_savedstate (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dpch.c103 struct cpp_savedstate struct
125 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in save_idents() argument
196 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()
212 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in count_defs()
251 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in write_defs()
303 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
H A Dinternal.h459 struct cpp_savedstate *savedstate;
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200328300 * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
28302 (write_defs): Put every definition in cpp_savedstate's defs array.
28305 (struct ht_node_list): Define. Like cpp_savedstate but simpler.