Home
last modified time | relevance | path

Searched refs:cpp_exception (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/wave/
Dcpp_exceptions.hpp65 class BOOST_SYMBOL_VISIBLE cpp_exception class
69 cpp_exception(std::size_t line_, std::size_t column_, char const *filename_) throw() in cpp_exception() function in boost::wave::cpp_exception
77 ~cpp_exception() throw() {} in ~cpp_exception()
99 public cpp_exception
158 : cpp_exception(line_, column_, filename_), in preprocess_exception()
425 is_recoverable(cpp_exception const& e) in is_recoverable()
/third_party/boost/libs/wave/test/testwave/
Dquick.cpp39 catch( boost::wave::cpp_exception const & x ) in main()
Dtestwave_app.cpp1530 catch (boost::wave::cpp_exception const& e) { in preprocess_file()
/third_party/boost/tools/boost_install/test/wave/
Dquick.cpp39 catch( boost::wave::cpp_exception const & x ) in main()
/third_party/boost/libs/wave/samples/preprocess_pragma_output/
Dpreprocess_pragma_output.cpp90 catch (boost::wave::cpp_exception const& e) { in main()
/third_party/boost/libs/wave/samples/quick_start/
Dquick_start.cpp94 catch (boost::wave::cpp_exception const& e) { in main()
/third_party/boost/libs/wave/samples/emit_custom_line_directives/
Demit_custom_line_directives.cpp99 catch (boost::wave::cpp_exception const& e) { in main()
/third_party/boost/libs/wave/samples/advanced_hooks/
Dadvanced_hooks.cpp99 catch (boost::wave::cpp_exception const& e) { in main()
/third_party/boost/libs/wave/samples/custom_directives/
Dcustom_directives.cpp99 catch (boost::wave::cpp_exception const& e) { in main()
/third_party/boost/libs/wave/samples/cpp_tokens/
Dcpp_tokens.cpp117 catch (boost::wave::cpp_exception const& e) { in main()
/third_party/boost/libs/wave/samples/real_positions/
Dreal_positions.cpp158 catch (boost::wave::cpp_exception const& e) { in main()
/third_party/boost/libs/wave/samples/token_statistics/
Dtoken_statistics.cpp173 catch (boost::wave::cpp_exception const& e) { in do_actual_work()
/third_party/boost/libs/wave/samples/list_includes/
Dlist_includes.cpp238 catch (boost::wave::cpp_exception &e) { in do_actual_work()
/third_party/boost/libs/wave/samples/hannibal/
Dhannibal.cpp287 catch (boost::wave::cpp_exception const& e) { in main()
/third_party/boost/libs/wave/tool/
Dcpp.cpp399 report_error_message(Context &ctx, boost::wave::cpp_exception const &e, in report_error_message()
1236 catch (boost::wave::cpp_exception const &e) { in do_actual_work()
1276 catch (boost::wave::cpp_exception const &e) { in do_actual_work()
/third_party/boost/libs/wave/samples/waveidl/
Didl.cpp386 catch (boost::wave::cpp_exception const& e) { in do_actual_work()
/third_party/boost/boost/test/impl/
Dunit_test_parameters.ipp315 { "cpp_exception" , log_cpp_exception_errors },
329 ( "cpp_exception" , log_cpp_exception_errors )
Dframework.ipp1009 std::make_pair( "cpp_exception" , log_cpp_exception_errors ),
/third_party/boost/libs/test/doc/runtime_configuration/
Druntime_config_reference.qbk409 [cpp_exception]
510 …'all' | 'success' | 'test_suite' | 'message' | 'warning' | 'error' | 'cpp_exception' | 'system_err…
/third_party/boost/libs/wave/
DChangeLog583 cpp_exception::get_related_name().
646 - Added boost::wave::is_recoverable(cpp_exception const&) alowing to decide,
647 whether it is possible to continue after a cpp_exception has been thrown.