Searched refs:add_cpp_dir_path (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | incpath.h | 35 extern void add_cpp_dir_path (struct cpp_dir *, incpath_kind);
|
H A D | incpath.c | 420 add_cpp_dir_path (cpp_dir *p, incpath_kind chain) in add_cpp_dir_path() function 464 add_cpp_dir_path (p, chain); in add_path()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | incpath.h | 35 extern void add_cpp_dir_path (struct cpp_dir *, incpath_kind);
|
H A D | incpath.cc | 426 add_cpp_dir_path (cpp_dir *p, incpath_kind chain) in add_cpp_dir_path() function 472 add_cpp_dir_path (p, chain); in add_path()
|
H A D | ChangeLog-2004 | 32246 using add_cpp_dir_path (). 39435 (add_cpp_dir_path): New. 39439 * c-incpath.h (add_cpp_dir_path): New.
|
H A D | ChangeLog-2017 | 12073 (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.old/dist/gcc/config/ |
H A D | darwin-c.c | 435 add_cpp_dir_path (p, INC_SYSTEM); in add_system_framework_path() 453 add_cpp_dir_path (p, INC_BRACKET); in add_framework_path()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | darwin-c.cc | 435 add_cpp_dir_path (p, INC_SYSTEM); in add_system_framework_path() 453 add_cpp_dir_path (p, INC_BRACKET); in add_framework_path()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | vms-c.cc | 447 add_cpp_dir_path (p, INC_SYSTEM); in vms_c_register_includes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | vms-c.c | 447 add_cpp_dir_path (p, INC_SYSTEM); in vms_c_register_includes()
|