Searched refs:CPP_W_NONE (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | errors.cc | 96 ret = cpp_diagnostic (pfile, level, CPP_W_NONE, msgid, &ap); in cpp_error() 224 ret = cpp_diagnostic_with_line (pfile, level, CPP_W_NONE, src_loc, in cpp_error_with_line() 302 ret = cpp_diagnostic_at (pfile, level, CPP_W_NONE, &richloc, in cpp_error_at() 321 ret = cpp_diagnostic_at (pfile, level, CPP_W_NONE, richloc, in cpp_error_at()
|
| D | directives.cc | 255 check_eol_1 (pfile, expand, CPP_W_NONE); in check_eol() 1124 cpp_warning (pfile, CPP_W_NONE, in do_linemarker() 1214 do_diagnostic (pfile, CPP_DL_ERROR, CPP_W_NONE, 1); in do_error() 1770 do_diagnostic (pfile, CPP_DL_WARNING, CPP_W_NONE, 0); in do_pragma_dependency()
|
| D | macro.cc | 3902 ? CPP_W_BUILTIN_MACRO_REDEFINED : CPP_W_NONE; in _cpp_create_definition()
|
| D | ChangeLog | 1634 (do_error): Use CPP_W_NONE rather than 0. 5142 (CPP_W_NONE, CPP_W_DEPRECATED, CPP_W_COMMENTS,
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/include/ |
| D | cpplib.h | 633 CPP_W_NONE = 0, enumerator
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | genmatch.cc | 126 diagnostic_cb (NULL, CPP_DL_FATAL, CPP_W_NONE, &richloc, msg, &ap); in fatal_at() 139 diagnostic_cb (NULL, CPP_DL_FATAL, CPP_W_NONE, &richloc, msg, &ap); in fatal_at() 152 diagnostic_cb (NULL, CPP_DL_WARNING, CPP_W_NONE, &richloc, msg, &ap); in warning_at() 165 diagnostic_cb (NULL, CPP_DL_WARNING, CPP_W_NONE, &richloc, msg, &ap); in warning_at()
|