Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h682 extern unsigned int cpp_errors (cpp_reader *);
/freebsd-12.1/contrib/gcc/
H A Dfix-header.c667 if (cpp_errors (scan_in)) in read_scan_file()
H A Dc-opts.c1148 errorcount += cpp_errors (parse_in); in c_common_post_options()
H A Dc-decl.c9057 if (flag_syntax_only || errorcount || sorrycount || cpp_errors (parse_in)) in c_write_global_declarations()
H A DChangeLog-200131732 (main): No need to check for a buffer. Use cpp_errors.
31741 * c-parse.in (finish_parse): Use cpp_errors.
31743 * cp/lex.c (finish_parse): Use cpp_errors.
31808 * cpplib.c (cpp_errors, cpp_get_options, cpp_get_callbacks,
31812 (CPP_FATAL_ERRORS): Update to use cpp_errors.
31813 (cpp_errors, cpp_get_options, cpp_get_callbacks,
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Ddirectives.c2141 cpp_errors (cpp_reader *pfile) in cpp_errors() function