Home
last modified time | relevance | path

Searched refs:do_diagnostic (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
HDdirectives.c104 static void do_diagnostic (cpp_reader *, int, int);
987 do_diagnostic (cpp_reader *pfile, int code, int print_dir) in do_diagnostic() function
1006 do_diagnostic (pfile, CPP_DL_ERROR, 1); in do_error()
1013 do_diagnostic (pfile, CPP_DL_WARNING_SYSHDR, 1); in do_warning()
1457 do_diagnostic (pfile, CPP_DL_WARNING, 0); in do_pragma_dependency()
/freebsd-11-stable/contrib/gcc/
HDChangeLog-20003874 * cpplib.c (do_diagnostic): Take boolean of whether to
7629 do_error and do_warning into do_diagnostic. Use it.
7630 (do_diagnostic): New function.
HDChangeLog-200111043 * cpplib.c (do_diagnostic, _cpp_pop_buffer): Update.
13634 (run_directive, do_diagnostic): Update.
HDChangeLog-200225532 _cpp_pop_buffer, do_diagnostic): Update.
HDChangeLog-200442271 * cpplib.c (do_diagnostic): Token's src_loc fields replaces line+col.