Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Derrors.c80 _cpp_begin_message (cpp_reader *pfile, int code, in _cpp_begin_message() function
172 if (_cpp_begin_message (pfile, level, src_loc, 0)) in cpp_error()
189 if (_cpp_begin_message (pfile, level, src_loc, column)) in cpp_error_with_line()
H A Dinternal.h504 extern int _cpp_begin_message (cpp_reader *, int,
H A Ddirectives.c989 if (_cpp_begin_message (pfile, code, pfile->cur_token[-1].src_loc, 0)) in do_diagnostic()
H A DChangeLog618 * errors.c (_cpp_begin_message): Print "error: " for errors.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20001087 (_cpp_begin_message): Simplify and use print_location.
5192 * cpperror.c (print_containing_files, _cpp_begin_message): Update to
5196 cpp_pedwarn_with_file_and_line): Update for _cpp_begin_message changes.
5291 (DO_NOT_REREAD, _cpp_begin_message, _cpp_execute_include,
7151 * cpperror.c (_cpp_begin_message): Do the test for suppression
7234 * cpperror.c (_cpp_begin_message): Test warn_system_headers
12657 * cpperror.c (v_message): Split into _cpp_begin_message and
12659 (_cpp_begin_message): Do inhibit_errors/inhibit_warnings
12694 _cpp_begin_message, then cpp_output_list.
H A DChangeLog-200111037 (_cpp_begin_message): Take line and column.
11040 * cpphash.h (_cpp_begin_message): Update prototype.
13623 (_cpp_begin_message): Similarly.
13630 (_cpp_begin_message): Don't take a file name.
25481 (_cpp_begin_message): Handle WARNING_SYSHDR the same as
H A DChangeLog-200218618 * cpperror.c (_cpp_begin_message): If a warning is turned
20417 * cpperror.c (_cpp_begin_message): No special casing
25519 (_cpp_begin_message): Update.
H A DChangeLog-200310159 (_cpp_begin_message): Use fileline for appropriate parameter.
10160 * cpperror.c (print_location, _cpp_begin_message, cpp_error_with_line,
H A DChangeLog-200442262 * cpperror.c (_cpp_begin_message): Update to use cpp_in_system_header.