Searched refs:cxx_aware (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | incpath.cc | 168 add_path (str, INC_SYSTEM, p->cxx_aware, false); in add_standard_paths() 235 add_path (str, INC_SYSTEM, p->cxx_aware, false); in add_standard_paths() 438 add_path (char *path, incpath_kind chain, int cxx_aware, bool user_supplied_p) in add_path() argument 466 p->sysp = 1 + !cxx_aware; in add_path()
|
H A D | cppdefault.h | 45 const char cxx_aware; /* Includes in this directory don't need to member
|
H A D | ChangeLog-2002 | 9986 variables as being cxx_aware. 18868 cxx_aware when setting new->sysp. Remove ATTRIBUTE_UNUSED
|
H A D | ChangeLog-2001 | 30067 (append_include_chain): cxx_aware arg might be unused.
|
H A D | ChangeLog-2000 | 27353 broken out of read_and_prescan. Pass 'cxx_aware' value from
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | incpath.c | 163 add_path (str, INC_SYSTEM, p->cxx_aware, false); in add_standard_paths() 229 add_path (str, INC_SYSTEM, p->cxx_aware, false); in add_standard_paths() 432 add_path (char *path, incpath_kind chain, int cxx_aware, bool user_supplied_p) in add_path() argument 458 p->sysp = 1 + !cxx_aware; in add_path()
|
H A D | cppdefault.h | 40 const char cxx_aware; /* Includes in this directory don't need to member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | cpp.cc | 737 int cxx_aware = 0; in gfc_cpp_add_include_path() local 739 add_path (path, INC_BRACKET, cxx_aware, user_supplied); in gfc_cpp_add_include_path() 745 int cxx_aware = 0; in gfc_cpp_add_include_path_after() local 746 add_path (path, INC_AFTER, cxx_aware, user_supplied); in gfc_cpp_add_include_path_after()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | cpp.c | 706 int cxx_aware = 0; in gfc_cpp_add_include_path() local 708 add_path (path, INC_BRACKET, cxx_aware, user_supplied); in gfc_cpp_add_include_path() 714 int cxx_aware = 0; in gfc_cpp_add_include_path_after() local 715 add_path (path, INC_AFTER, cxx_aware, user_supplied); in gfc_cpp_add_include_path_after()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | darwin-c.c | 425 int cxx_aware = 1; in add_system_framework_path() local 431 p->sysp = 1 + !cxx_aware; in add_system_framework_path()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | darwin-c.cc | 425 int cxx_aware = 1; in add_system_framework_path() local 431 p->sysp = 1 + !cxx_aware; in add_system_framework_path()
|