Home
last modified time | relevance | path

Searched refs:cpp_relocated (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcppdefault.h69 bool cpp_relocated (void);
H A Dcppdefault.c121 cpp_relocated (void) in cpp_relocated() function
H A Dincpath.c130 int relocated = cpp_relocated (); in add_standard_paths()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcppdefault.h74 bool cpp_relocated (void);
H A Dcppdefault.cc126 cpp_relocated (void) in cpp_relocated() function
H A Dincpath.cc134 int relocated = cpp_relocated (); in add_standard_paths()
H A DChangeLog-20064823 (cpp_relocated): New function.
4825 and cpp_relocated.
4827 * c-incpath.c (add_standard_paths): Call cpp_relocated. If relocated,
H A DChangeLog-20102919 * cppdefault.c (cpp_relocated): Use getenv instead of GET_ENVIRONMENT.
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-incpath.cc34 if (cpp_relocated () && cpp_PREFIX_len != 0) in prefixed_path()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-incpath.cc35 if (cpp_relocated () && (len = cpp_PREFIX_len) != 0) in prefixed_path()