Searched refs:cxx_stdinc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | incpath.cc | 131 const char *imultilib, int cxx_stdinc) in add_standard_paths() argument 145 || (cxx_stdinc && (p->cplusplus == flag_stdlib_kind))) in add_standard_paths() 177 || (cxx_stdinc && (p->cplusplus == flag_stdlib_kind))) in add_standard_paths() 480 int stdinc, int cxx_stdinc, int verbose) in register_include_chains() argument 491 cxx_stdinc = false; in register_include_chains() 502 add_standard_paths (sysroot, iprefix, imultilib, cxx_stdinc); in register_include_chains()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | incpath.c | 127 const char *imultilib, int cxx_stdinc) in add_standard_paths() argument 140 if (!p->cplusplus || cxx_stdinc) in add_standard_paths() 171 if (!p->cplusplus || cxx_stdinc) in add_standard_paths() 472 int stdinc, int cxx_stdinc, int verbose) in register_include_chains() argument 483 cxx_stdinc = false; in register_include_chains() 494 add_standard_paths (sysroot, iprefix, imultilib, cxx_stdinc); in register_include_chains()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | cpp.cc | 250 int cxx_stdinc = 0; in gfc_cpp_register_include_paths() local 256 gfc_cpp_option.standard_include_paths, cxx_stdinc, in gfc_cpp_register_include_paths()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | cpp.c | 721 int cxx_stdinc = 0; in gfc_cpp_register_include_paths() local 724 gfc_cpp_option.standard_include_paths, cxx_stdinc, in gfc_cpp_register_include_paths()
|