Home
last modified time | relevance | path

Searched refs:get_added_cpp_dirs (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dincpath.h36 extern struct cpp_dir *get_added_cpp_dirs (incpath_kind);
H A Dincpath.c507 get_added_cpp_dirs (incpath_kind chain) in get_added_cpp_dirs() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dincpath.h36 extern struct cpp_dir *get_added_cpp_dirs (incpath_kind);
H A Dincpath.cc515 get_added_cpp_dirs (incpath_kind chain) in get_added_cpp_dirs() function
H A DChangeLog-20113203 * incpath.c (get_added_cpp_dirs): New function.
3204 * incpath.h (get_added_cpp_dirs): Declare.
H A DChangeLog-201712073 (add_path, add_cpp_dir_path, get_added_cpp_dirs): Use incpath_kind.
12078 (add_cpp_dir_path, add_path, get_added_cpp_dirs): Use incpath_kind.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-c.cc424 for (dir = get_added_cpp_dirs (INC_SYSTEM); dir != NULL; dir = dir->next) in vms_c_register_includes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-c.c424 for (dir = get_added_cpp_dirs (INC_SYSTEM); dir != NULL; dir = dir->next) in vms_c_register_includes()