Searched refs:cpp_PREFIX (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-incpath.cc | 36 if (!filename_ncmp (path, cpp_PREFIX, cpp_PREFIX_len)) in prefixed_path() 50 cpp_PREFIX); in prefixed_path()
|
H A D | ChangeLog-2013 | 674 * d-incpath.cc (prefixed_path): use cpp_PREFIX instead of
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-incpath.cc | 37 if (!strncmp (path, cpp_PREFIX, len)) in prefixed_path() 51 cpp_PREFIX); in prefixed_path()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cppdefault.h | 58 extern const char cpp_PREFIX[];
|
H A D | cppdefault.c | 112 const char cpp_PREFIX[] = PREFIX; variable
|
H A D | incpath.c | 187 && !filename_ncmp (p->fname, cpp_PREFIX, cpp_PREFIX_len)) in add_standard_paths() 205 cpp_PREFIX); in add_standard_paths()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cppdefault.h | 63 extern const char cpp_PREFIX[];
|
H A D | cppdefault.cc | 117 const char cpp_PREFIX[] = PREFIX; variable
|
H A D | incpath.cc | 193 && !filename_ncmp (p->fname, cpp_PREFIX, cpp_PREFIX_len)) in add_standard_paths() 211 cpp_PREFIX); in add_standard_paths()
|
H A D | ChangeLog-2006 | 4821 * cppdefault.c: Define cpp_PREFIX, cpp_PREFIX_len, and 4824 * cppdefault.h: Declare cpp_PREFIX, cpp_PREFIX_len, gcc_exec_prefix
|
H A D | ChangeLog-2007 | 25926 * cppdefault.h (cpp_PREFIX): Document.
|