Searched refs:cpp_savedstate (Results 1 – 3 of 3) sorted by relevance
103 struct cpp_savedstate struct125 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in save_idents() argument196 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()
459 struct cpp_savedstate *savedstate;
28300 * 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.