Home
last modified time | relevance | path

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

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