Home
last modified time | relevance | path

Searched refs:cpp_included (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h727 extern int cpp_included PARAMS ((cpp_reader *, const char *));
H A Dcppfiles.c529 cpp_included (pfile, fname) in cpp_included() function
H A DChangeLog.58055 (cpp_included): Don't simplify the path name here.
8197 (cpp_included, find_include_file): Simplify pathnames after
8511 (cpp_included, find_include_file): Update.
9313 (cpp_included, find_include_file): Update.
12837 * cppfiles.c (cpp_included, find_include_file, _cpp_execute_include)
H A DChangeLog.3605 (cpp_included): Walk the path.
8729 (cpp_included): Set dummy.hash using _cpp_calc_hash. Use
11064 (cpp_included): Do the hash lookup here.
11472 (cpp_included): New function.
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h831 extern bool cpp_included (cpp_reader *, const char *);
/openbsd-src/gnu/gcc/gcc/cp/
H A Dlex.c560 if (cpp_included (parse_in, filename)) in handle_pragma_implementation()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c1037 if (cpp_included (parse_in, main_filename))
/openbsd-src/gnu/gcc/libcpp/
H A Dfiles.c956 cpp_included (cpp_reader *pfile, const char *fname) in cpp_included() function
H A DChangeLog306 (cpp_included): Cast return value of htab_find_with_hash.