Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dpch.c105 struct cpp_savedstate struct
127 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in save_idents() argument
208 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()
H A Dinternal.h570 struct cpp_savedstate *savedstate;
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dpch.cc105 struct cpp_savedstate struct
127 struct cpp_savedstate *const ss = (struct cpp_savedstate *)ss_p; in save_idents() argument
208 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()
H A Dinternal.h585 struct cpp_savedstate *savedstate;
/netbsd-src/external/gpl3/gcc/dist/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.