Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/cpplexer/
Dcpplexer_exceptions.hpp37 stream << cls::severity_text(cls::code) << ": " \
52 stream << cls::severity_text(cls::code) << ": " \
71 stream << cls::severity_text(code) << ": " \
87 stream << cls::severity_text(code) << ": " \
117 static char const *severity_text[] = in get_severity() local
125 return severity_text[level]; in get_severity()
254 static char const *severity_text(int code) in severity_text() function in boost::wave::cpplexer::lexing_exception
/third_party/boost/boost/wave/
Dcpp_throw.hpp30 stream << Exception::severity_text(code) << ": " in throw_()
45 stream << Exception::severity_text(code) << ": " in throw_()
61 stream << Exception::severity_text(code) << ": " in throw_()
77 stream << Exception::severity_text(code) << ": " in throw_()
92 stream << Exception::severity_text(code) << ": "
107 stream << Exception::severity_text(code) << ": "
123 stream << Exception::severity_text(code) << ": "
139 stream << Exception::severity_text(code) << ": "
Dcpp_exceptions.hpp49 static char const *severity_text[] = in get_severity() local
59 return severity_text[level]; in get_severity()
375 static char const *severity_text(int code) in severity_text() function in boost::wave::preprocess_exception
/third_party/boost/libs/wave/tool/
Dcpp.cpp414 << preprocess_exception::severity_text(e.get_severity()) in report_error_message()
422 << preprocess_exception::severity_text(e.get_severity()) in report_error_message()
Dtrace_macro_expansion.hpp124 static char const *severity_text(int code) in severity_text() function in bad_pragma_exception