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

/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dpch.c26 static int save_idents (cpp_reader *, cpp_hashnode *, void *);
103 and save_idents. */
125 save_idents (cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, void *ss_p) function
211 cpp_forall_identifiers (r, save_idents, r->savedstate);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dpch.cc26 static int save_idents (cpp_reader *, cpp_hashnode *, void *);
103 and save_idents. */
125 save_idents (cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, void *ss_p) function
211 cpp_forall_identifiers (r, save_idents, r->savedstate);

Completed in 95 milliseconds