HomeSort by: relevance | last modified time | path
    Searched defs:save_idents (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
pch.cc 26 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);
  /src/external/gpl3/gcc.old/dist/libcpp/
pch.cc 26 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 23 milliseconds