Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dcppdefault.c93 const char cpp_GCC_INCLUDE_DIR[] = GCC_INCLUDE_DIR; variable
96 const char cpp_GCC_INCLUDE_DIR[] = ""; variable
Dcppdefault.h52 extern const char cpp_GCC_INCLUDE_DIR[];
Dc-incpath.c146 if (!strncmp (p->fname, cpp_GCC_INCLUDE_DIR, len)) in add_standard_paths()
Dc-opts.c1412 prefix = iprefix ? iprefix : cpp_GCC_INCLUDE_DIR; in add_prefixed_path()
DChangeLog-200014845 cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
DChangeLog-200330250 prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
/freebsd-10-stable/contrib/gcc/config/
Ddarwin-c.c489 && !strncmp (fname, cpp_GCC_INCLUDE_DIR, len)) in darwin_register_objc_includes()