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

  /src/external/gpl2/dtc/dist/
srcpos.c 22 static struct search_path *search_path_head, **search_path_tail; variable in typeref:struct:search_path
142 for (node = search_path_head; !*fp && node; node = node->next)
230 search_path_head = node;
  /src/external/gpl3/gcc/dist/libcpp/
files.cc 183 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname,
1057 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, function
1132 cpp_dir *dir = search_path_head (pfile, fname, angle_brackets, type);
1151 if (cpp_dir *dir = search_path_head (pfile, name, angle, IT_INCLUDE))
1633 dir = search_path_head (pfile, fname, angle_brackets, IT_INCLUDE);
2182 cpp_dir *start_dir = search_path_head (pfile, fname, angle_brackets, type,
  /src/external/gpl3/gcc.old/dist/libcpp/
files.cc 179 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname,
1040 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, function
1115 cpp_dir *dir = search_path_head (pfile, fname, angle_brackets, type);
1134 if (cpp_dir *dir = search_path_head (pfile, name, angle, IT_INCLUDE))
1611 dir = search_path_head (pfile, fname, angle_brackets, IT_INCLUDE);
2160 cpp_dir *start_dir = search_path_head (pfile, fname, angle_brackets, type);

Completed in 83 milliseconds