Home
last modified time | relevance | path

Searched refs:cpp_GCC_INCLUDE_DIR (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcppdefault.c104 const char cpp_GCC_INCLUDE_DIR[] = GCC_INCLUDE_DIR; variable
107 const char cpp_GCC_INCLUDE_DIR[] = ""; variable
H A Dcppdefault.h53 extern const char cpp_GCC_INCLUDE_DIR[];
H A Dincpath.c147 if (!filename_ncmp (p->fname, cpp_GCC_INCLUDE_DIR, len)) in add_standard_paths()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcppdefault.cc109 const char cpp_GCC_INCLUDE_DIR[] = GCC_INCLUDE_DIR; variable
112 const char cpp_GCC_INCLUDE_DIR[] = ""; variable
H A Dcppdefault.h58 extern const char cpp_GCC_INCLUDE_DIR[];
H A Dincpath.cc152 if (!filename_ncmp (p->fname, cpp_GCC_INCLUDE_DIR, len)) in add_standard_paths()
H A DChangeLog-200014845 cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
H A DChangeLog-200330250 prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-incpath.cc60 if (!filename_ncmp (path, cpp_GCC_INCLUDE_DIR, cpp_GCC_INCLUDE_DIR_len)) in prefixed_path()
H A DChangeLog-2013591 * d-incpath.cc (prefixed_path): Add cpp_GCC_INCLUDE_DIR back in as
675 cpp_GCC_INCLUDE_DIR for relocation.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-incpath.cc61 if (!strncmp (path, cpp_GCC_INCLUDE_DIR, len)) in prefixed_path()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin-c.c483 && !strncmp (fname, cpp_GCC_INCLUDE_DIR, len)) in darwin_register_objc_includes()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin-c.cc483 && !strncmp (fname, cpp_GCC_INCLUDE_DIR, len)) in darwin_register_objc_includes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-opts.c1422 prefix = iprefix ? iprefix : cpp_GCC_INCLUDE_DIR; in add_prefixed_path()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-opts.cc1469 prefix = iprefix ? iprefix : cpp_GCC_INCLUDE_DIR; in add_prefixed_path()