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

  /src/external/gpl3/gcc/dist/libcpp/
pch.cc 25 static int write_macdef (cpp_reader *, cpp_hashnode *, void *);
50 write_macdef (cpp_reader *pfile, cpp_hashnode *hn, void *file_p) function
214 cpp_forall_identifiers (r, write_macdef, f);
  /src/external/gpl3/gcc.old/dist/libcpp/
pch.cc 25 static int write_macdef (cpp_reader *, cpp_hashnode *, void *);
50 write_macdef (cpp_reader *pfile, cpp_hashnode *hn, void *file_p) function
214 cpp_forall_identifiers (r, write_macdef, f);

Completed in 27 milliseconds