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

  /src/external/gpl3/gcc/dist/libcpp/
pch.cc 32 static int collect_ht_nodes (cpp_reader *, cpp_hashnode *, void *);
532 collect_ht_nodes (cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, function
670 cpp_forall_identifiers (r, &collect_ht_nodes, &nl);
  /src/external/gpl3/gcc.old/dist/libcpp/
pch.cc 32 static int collect_ht_nodes (cpp_reader *, cpp_hashnode *, void *);
532 collect_ht_nodes (cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, function
670 cpp_forall_identifiers (r, &collect_ht_nodes, &nl);

Completed in 24 milliseconds