Home
last modified time | relevance | path

Searched refs:cxx_aware (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dincpath.cc168 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 Dcppdefault.h45 const char cxx_aware; /* Includes in this directory don't need to member
H A DChangeLog-20029986 variables as being cxx_aware.
18868 cxx_aware when setting new->sysp. Remove ATTRIBUTE_UNUSED
H A DChangeLog-200130067 (append_include_chain): cxx_aware arg might be unused.
H A DChangeLog-200027353 broken out of read_and_prescan. Pass 'cxx_aware' value from
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dincpath.c163 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 Dcppdefault.h40 const char cxx_aware; /* Includes in this directory don't need to member
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc737 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 Dcpp.c706 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 Ddarwin-c.c425 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 Ddarwin-c.cc425 int cxx_aware = 1; in add_system_framework_path() local
431 p->sysp = 1 + !cxx_aware; in add_system_framework_path()