Searched refs:cpp_warning_with_line_syshdr (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | errors.c | 229 cpp_warning_with_line_syshdr (cpp_reader *pfile, enum cpp_warning_reason reason, in cpp_warning_with_line_syshdr() function
|
H A D | Makefile.in | 255 --keyword=cpp_warning_with_line_syshdr:5 \
|
H A D | directives.c | 1162 cpp_warning_with_line_syshdr (pfile, reason, src_loc, 0, "%s", line); in do_diagnostic()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | errors.cc | 273 cpp_warning_with_line_syshdr (cpp_reader *pfile, enum cpp_warning_reason reason, in cpp_warning_with_line_syshdr() function
|
H A D | Makefile.in | 260 --keyword=cpp_warning_with_line_syshdr:5 \
|
H A D | directives.cc | 1203 cpp_warning_with_line_syshdr (pfile, reason, src_loc, 0, "%s", line); in do_diagnostic()
|
H A D | ChangeLog | 1648 (cpp_warning_with_line_syshdr): Likewise. 1666 (cpp_warning_with_line_syshdr): Likewise. 5152 cpp_warning_with_line_syshdr): New specific error reporting functions. 5159 cpp_warning_with_line_syshdr): New specific error reporting functions.
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1209 extern bool cpp_warning_with_line_syshdr (cpp_reader *, enum cpp_warning_reason,
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1328 extern bool cpp_warning_with_line_syshdr (cpp_reader *, enum cpp_warning_reason,
|