/third_party/boost/boost/wave/cpplexer/ |
D | cpplexer_exceptions.hpp | 163 class BOOST_SYMBOL_VISIBLE lexing_exception : class 177 lexing_exception(char const *what_, error_code code, std::size_t line_, in lexing_exception() function in boost::wave::cpplexer::lexing_exception 187 ~lexing_exception() throw() {} in ~lexing_exception() 208 case lexing_exception::universal_char_invalid: in is_recoverable() 209 case lexing_exception::universal_char_base_charset: in is_recoverable() 210 case lexing_exception::universal_char_not_allowed: in is_recoverable() 211 case lexing_exception::invalid_long_long_literal: in is_recoverable() 212 case lexing_exception::generic_lexing_warning: in is_recoverable() 213 case lexing_exception::generic_lexing_error: in is_recoverable() 216 case lexing_exception::unexpected_error: in is_recoverable() [all …]
|
D | validate_universal_char.hpp | 242 BOOST_WAVE_LEXER_THROW(lexing_exception, universal_char_invalid, in validate_identifier_name() 246 BOOST_WAVE_LEXER_THROW(lexing_exception, universal_char_base_charset, in validate_identifier_name() 250 BOOST_WAVE_LEXER_THROW(lexing_exception, universal_char_not_allowed, in validate_identifier_name() 296 BOOST_WAVE_LEXER_THROW(lexing_exception, universal_char_invalid, in validate_literal() 300 BOOST_WAVE_LEXER_THROW(lexing_exception, universal_char_base_charset, in validate_literal()
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | strict_cpp.re | 339 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 351 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 376 (*s->error_proc)(s, lexing_exception::generic_lexing_warning, 383 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 392 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 416 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 424 (*s->error_proc)(s, lexing_exception::generic_lexing_warning, 434 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 498 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 515 (*s->error_proc)(s, lexing_exception::generic_lexing_error, [all …]
|
D | cpp.re | 340 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 352 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 377 (*s->error_proc)(s, lexing_exception::generic_lexing_warning, 384 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 393 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 417 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 425 (*s->error_proc)(s, lexing_exception::generic_lexing_warning, 435 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 502 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 519 (*s->error_proc)(s, lexing_exception::generic_lexing_error, [all …]
|
D | cpp_re2c_lexer.hpp | 221 BOOST_WAVE_LEXER_THROW(lexing_exception, invalid_long_long_literal, in get() 318 BOOST_WAVE_LEXER_THROW_VAR(lexing_exception, errcode, buffer, s->line, in report_error()
|
D | cpp_re.hpp | 197 (*s->error_proc)(s, lexing_exception::unexpected_error, in fill()
|
D | cpp_re.inc | 236 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 248 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 5902 (*s->error_proc)(s, lexing_exception::generic_lexing_warning, 5909 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 5920 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 5983 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 5991 (*s->error_proc)(s, lexing_exception::generic_lexing_warning, 6003 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 6756 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 7083 (*s->error_proc)(s, lexing_exception::generic_lexing_error, [all …]
|
D | strict_cpp_re.inc | 235 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 247 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 5889 (*s->error_proc)(s, lexing_exception::generic_lexing_warning, 5896 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 5907 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 5970 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 5978 (*s->error_proc)(s, lexing_exception::generic_lexing_warning, 5990 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 6725 (*s->error_proc)(s, lexing_exception::generic_lexing_error, 7052 (*s->error_proc)(s, lexing_exception::generic_lexing_error, [all …]
|
/third_party/boost/libs/wave/samples/waveidl/idllexer/ |
D | idl.re | 139 cpplexer::lexing_exception::generic_lexing_error, 174 cpplexer::lexing_exception::generic_lexing_warning, 183 cpplexer::lexing_exception::generic_lexing_error, 198 cpplexer::lexing_exception::generic_lexing_error, 225 cpplexer::lexing_exception::generic_lexing_error,
|
D | idl_re2c_lexer.hpp | 176 BOOST_WAVE_LEXER_THROW_VAR(boost::wave::cpplexer::lexing_exception, in report_error()
|
D | idl_re.hpp | 192 cpplexer::lexing_exception::unexpected_error, in fill()
|
D | idl.inc | 543 cpplexer::lexing_exception::generic_lexing_error, 3279 cpplexer::lexing_exception::generic_lexing_warning, 3288 cpplexer::lexing_exception::generic_lexing_error, 3305 cpplexer::lexing_exception::generic_lexing_error, 3370 cpplexer::lexing_exception::generic_lexing_error,
|
/third_party/boost/libs/wave/test/testlexers/ |
D | test_xlex_lexer.cpp | 85 catch (boost::wave::cpplexer::lexing_exception &e) { in main()
|
D | test_lexertl_lexer.cpp | 83 catch (boost::wave::cpplexer::lexing_exception &e) { in main()
|
D | test_re2c_lexer.cpp | 89 catch (boost::wave::cpplexer::lexing_exception &e) { in main()
|
D | test_slex_lexer.cpp | 92 catch (boost::wave::cpplexer::lexing_exception &e) { in main()
|
/third_party/boost/libs/wave/samples/lexed_tokens/ |
D | lexed_tokens.cpp | 125 catch (boost::wave::cpplexer::lexing_exception const& e) { in main()
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 474 BOOST_WAVE_LEXER_THROW(wave::cpplexer::lexing_exception, in init_dfa() 653 wave::cpplexer::lexing_exception, in get() 711 wave::cpplexer::lexing_exception, in get()
|
/third_party/boost/libs/wave/samples/check_macro_naming/ |
D | check_macro_naming.cpp | 84 } catch (cpplexer::lexing_exception const& e) { in process_header()
|
/third_party/boost/libs/wave/samples/hannibal/ |
D | hannibal.cpp | 294 catch (boost::wave::cpplexer::lexing_exception const& e) { in main()
|
/third_party/boost/libs/wave/samples/waveidl/ |
D | idl.cpp | 393 catch (boost::wave::cpplexer::lexing_exception const& e) { in do_actual_work()
|
/third_party/boost/libs/wave/test/testwave/ |
D | testwave_app.cpp | 857 catch (boost::wave::cpplexer::lexing_exception const &e) { in extract_special_information() 1519 catch (boost::wave::cpplexer::lexing_exception const& e) { in preprocess_file()
|
/third_party/boost/libs/wave/tool/ |
D | cpp.cpp | 1247 catch (boost::wave::cpplexer::lexing_exception const &e) { in do_actual_work() 1281 catch (boost::wave::cpplexer::lexing_exception const &e) { in do_actual_work()
|
/third_party/boost/libs/wave/samples/cpp_tokens/slex/ |
D | cpp_slex_lexer.hpp | 683 boost::wave::cpplexer::lexing_exception, in get()
|
/third_party/boost/boost/wave/util/ |
D | cpp_iterator.hpp | 525 catch (boost::wave::cpplexer::lexing_exception const& e) { in operator ()()
|