Home
last modified time | relevance | path

Searched refs:cpp_get_path (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin-c.c552 b && cpp_get_file (b) && cpp_get_path (cpp_get_file (b)); in find_subframework_header()
555 n = find_subframework_file (fname, cpp_get_path (cpp_get_file (b))); in find_subframework_header()
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h835 extern const char *cpp_get_path (struct _cpp_file *);
/openbsd-src/gnu/gcc/libcpp/
H A Dfiles.c1365 cpp_get_path (struct _cpp_file *f) in cpp_get_path() function