Home
last modified time | relevance | path

Searched refs:cpp_errors (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h565 extern unsigned int cpp_errors PARAMS ((cpp_reader *));
H A Dfix-header.c635 if (cpp_errors (scan_in))
H A Dc-opts.c1428 errorcount += cpp_errors (parse_in); in c_common_post_options()
H A Dcpplib.c1884 cpp_errors (pfile) in cpp_errors() function
H A DChangeLog.512525 (main): No need to check for a buffer. Use cpp_errors.
12534 * c-parse.in (finish_parse): Use cpp_errors.
12536 * cp/lex.c (finish_parse): Use cpp_errors.
12601 * cpplib.c (cpp_errors, cpp_get_options, cpp_get_callbacks,
12605 (CPP_FATAL_ERRORS): Update to use cpp_errors.
12606 (cpp_errors, cpp_get_options, cpp_get_callbacks,
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h669 extern unsigned int cpp_errors (cpp_reader *);
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c972 cpp_errors (cpp_reader *pfile ATTRIBUTE_UNUSED) in cpp_errors() function
/openbsd-src/gnu/gcc/gcc/
H A Dfix-header.c667 if (cpp_errors (scan_in)) in read_scan_file()
H A Dc-opts.c1110 errorcount += cpp_errors (parse_in); in c_common_post_options()
H A Dc-decl.c7941 if (flag_syntax_only || errorcount || sorrycount || cpp_errors (parse_in)) in c_write_global_declarations()
/openbsd-src/gnu/gcc/libcpp/
H A Ddirectives.c2119 cpp_errors (cpp_reader *pfile) in cpp_errors() function