Searched refs:savedstate (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dpch.c196 r->savedstate = XNEW (struct cpp_savedstate);
197 r->savedstate->definedhash = htab_create (100, cpp_string_hash,
199 cpp_forall_identifiers (r, save_idents, r->savedstate);
303 struct cpp_savedstate *const ss = r->savedstate;
339 r->savedstate = NULL;
H A Dinternal.h459 struct cpp_savedstate *savedstate; member in struct:cpp_reader

Completed in 64 milliseconds