Searched refs:cpp_savedstate (Results 1 – 5 of 5) sorted by relevance
105 struct cpp_savedstate struct127 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in save_idents() argument208 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()224 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in count_defs()262 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in write_defs()313 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
570 struct cpp_savedstate *savedstate;
585 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.