/third_party/boost/boost/log/ |
D | exceptions.hpp | 94 static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); 95 …static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr… 120 static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); 121 …static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr… 167 static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line); 168 static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); 169 …static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr… 170 …static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr, attri… 171 …static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr… 196 static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line); [all …]
|
/third_party/boost/boost/phoenix/statement/ |
D | throw.hpp | 24 struct throw_ {}; struct 30 struct throw_ struct 31 : expr<tag::throw_, A> 37 struct throw_ struct 38 : expression::throw_<meta_grammar> 43 struct meta_grammar::case_<tag::throw_, Dummy> 44 : enable_rule<rule::throw_, Dummy> 60 struct default_actions::when<rule::throw_, Dummy> 66 typename expression::throw_<ThrowExpr>::type const 67 throw_(ThrowExpr const& throw_expr) in throw_() function [all …]
|
/third_party/boost/libs/log/src/ |
D | exceptions.cpp | 65 void bad_alloc::throw_(const char* file, std::size_t line, const char* descr) in throw_() function in boost::bad_alloc 73 void bad_alloc::throw_(const char* file, std::size_t line, std::string const& descr) in throw_() function in boost::bad_alloc 95 void capacity_limit_reached::throw_(const char* file, std::size_t line, const char* descr) in throw_() function in boost::capacity_limit_reached 103 void capacity_limit_reached::throw_(const char* file, std::size_t line, std::string const& descr) in throw_() function in boost::capacity_limit_reached 134 void missing_value::throw_(const char* file, std::size_t line) in throw_() function in boost::missing_value 142 void missing_value::throw_(const char* file, std::size_t line, const char* descr) in throw_() function in boost::missing_value 150 void missing_value::throw_(const char* file, std::size_t line, std::string const& descr) in throw_() function in boost::missing_value 158 void missing_value::throw_(const char* file, std::size_t line, const char* descr, attribute_name co… in throw_() function in boost::missing_value 167 void missing_value::throw_(const char* file, std::size_t line, std::string const& descr, attribute_… in throw_() function in boost::missing_value 190 void invalid_type::throw_(const char* file, std::size_t line) in throw_() function in boost::invalid_type [all …]
|
/third_party/boost/libs/phoenix/test/statement/ |
D | exceptions.cpp | 63 using boost::phoenix::throw_; in main() 76 throw_(runtime_error("error"))(); in main() 94 throw_()(); in main() 108 [ throw_(runtime_error("error")) ] in main() 122 [ throw_(runtime_error("error")) ] in main() 139 [ throw_(extended_exception("error")) ] in main() 155 [ throw_(runtime_error("error")) ] in main() 166 [ throw_(runtime_error("error")) ] in main() 184 [ throw_(runtime_error("error")) ] in main()
|
/third_party/boost/boost/wave/ |
D | cpp_throw.hpp | 27 void throw_(typename Exception::error_code code, S1 msg, Pos const& pos) in throw_() function 41 void throw_(Context& ctx, typename Exception::error_code code, in throw_() function 57 void throw_(typename Exception::error_code code, S1 msg, Pos const& pos, in throw_() function 73 void throw_(Context& ctx, typename Exception::error_code code, in throw_() function 89 void throw_(typename Exception::error_code code, S1 msg, Pos const& pos) 103 void throw_(Context& ctx, typename Exception::error_code code, 119 void throw_(typename Exception::error_code code, S1 msg, Pos const& pos, 135 void throw_(Context& ctx, typename Exception::error_code code, 156 boost::wave::util::throw_<cls>(cls::code, msg, act_pos) \ 160 boost::wave::util::throw_<cls>(ctx, cls::code, msg, act_pos) \ [all …]
|
/third_party/boost/libs/exception/test/ |
D | cloning_test.cpp | 21 throw_(false) in may_throw_on_copy() 26 throw_(x.throw_) in may_throw_on_copy() 28 if( throw_ ) in may_throw_on_copy() 32 bool throw_; member 250 x.throw_=true; in test_throw_on_copy()
|
/third_party/boost/libs/optional/test/ |
D | optional_test_value_access.cpp | 122 int throw_() in throw_() function 154 BOOST_TEST_EQ(o1.value_or_eval(throw_), 1); in test_function_value_or_eval() 161 BOOST_TEST_THROWS(oN.value_or_eval(throw_), int); in test_function_value_or_eval()
|
D | optional_test_old_impl.cpp | 123 int throw_() in throw_() function 155 BOOST_TEST_EQ(o1.value_or_eval(throw_), 1); in test_function_value_or_eval() 162 BOOST_TEST_THROWS(oN.value_or_eval(throw_), int); in test_function_value_or_eval()
|
D | optional_test_emplace.cpp | 242 Thrower(bool throw_) { if (throw_) throw int(); } in Thrower()
|
/third_party/boost/libs/phoenix/doc/modules/ |
D | statement.qbk | 332 [section throw_] 341 throw_(exception_expression) 345 throw_() 357 throw_() 362 throw_() 367 throw_(runtime_error("translated exception"))
|
/third_party/boost/boost/spirit/home/classic/error_handling/ |
D | exceptions.hpp | 105 throw_(IteratorT where, ErrorDescrT descriptor) in throw_() function 147 throw_(scan.first, descriptor); in parse()
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | rules.qbk | 281 [[`expression::throw_<A0>`] [`` 282 rule::throw_ 283 : expression::throw_<meta_grammar>
|
/third_party/boost/boost/xpressive/ |
D | regex_actions.hpp | 835 struct throw_ struct 1496 … op::throw_<X2_0> const \ 1499 … throw_(A_const_ref_a(N)) \ 1502 … op::throw_<X2_0> const \ 1504 … >()((op::throw_<X2_0>()) BOOST_PP_COMMA_IF(N) a(N)); \
|
D | xpressive_fwd.hpp | 175 struct throw_;
|
D | xpressive_typeof.hpp | 134 BOOST_TYPEOF_REGISTER_TEMPLATE(boost::xpressive::op::throw_, (typename))
|
/third_party/boost/libs/iostreams/src/ |
D | file_descriptor.cpp | 71 void close_impl(bool close_flag, bool throw_); 260 void file_descriptor_impl::close_impl(bool close_flag, bool throw_) { in close_impl() argument 269 if (!success && throw_) in close_impl()
|
/third_party/boost/libs/phoenix/doc/html/ |
D | phoenix-doc_HTML.manifest | 42 phoenix/modules/statement/throw_.html
|
/third_party/boost/libs/test/test/writing-test-ts/ |
D | test_tools-test.cpp | 66 bool throw_ = false; \ 70 throw_ = true; \ 73 BOOST_CHECK_MESSAGE( throw_, "not aborted" ); \
|
/third_party/boost/boost/xpressive/detail/ |
D | detail_fwd.hpp | 472 struct throw_;
|
/third_party/boost/libs/proto/example/ |
D | lambda.hpp | 58 struct throw_ {}; struct
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 3582 boost/xpressive/op/throw_.html
|
/third_party/node/doc/api/ |
D | n-api.md | 1045 (as its good practice), the `throw_` and `create_` functions
|