Home
last modified time | relevance | path

Searched refs:BOOST_NORETURN (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/boost/container/
Dthrow_exception.hpp40 BOOST_NORETURN void throw_bad_alloc();
42 BOOST_NORETURN void throw_out_of_range(const char* str);
44 BOOST_NORETURN void throw_length_error(const char* str);
46 BOOST_NORETURN void throw_logic_error(const char* str);
48 BOOST_NORETURN void throw_runtime_error(const char* str);
52 BOOST_NORETURN inline void throw_bad_alloc()
60 BOOST_NORETURN inline void throw_out_of_range(const char* str)
68 BOOST_NORETURN inline void throw_length_error(const char* str)
76 BOOST_NORETURN inline void throw_logic_error(const char* str)
84 BOOST_NORETURN inline void throw_runtime_error(const char* str)
[all …]
Dstatic_vector.hpp43 static BOOST_NORETURN BOOST_CONTAINER_FORCEINLINE void on_capacity_overflow(true_type) in on_capacity_overflow()
/third_party/boost/libs/container/test/
Dthrow_exception_test.cpp23 BOOST_NORETURN static void validate_and_never_return() in validate_and_never_return()
37 BOOST_NORETURN void throw_bad_alloc() in throw_bad_alloc()
43 BOOST_NORETURN void throw_out_of_range(const char* str) in throw_out_of_range()
49 BOOST_NORETURN void throw_length_error(const char* str) in throw_length_error()
55 BOOST_NORETURN void throw_logic_error(const char* str) in throw_logic_error()
61 BOOST_NORETURN void throw_runtime_error(const char* str) in throw_runtime_error()
/third_party/boost/libs/throw_exception/doc/
Dreference.adoc26 BOOST_NORETURN void throw_exception( std::exception const & e ); // user defined
28 BOOST_NORETURN void throw_exception( std::exception const & e,
33 template<class E> BOOST_NORETURN void throw_exception( E const & e );
35 template<class E> BOOST_NORETURN void throw_exception( E const & e,
51 BOOST_NORETURN void throw_exception( std::exception const & e ); // user defined
55 template<class E> BOOST_NORETURN void throw_exception( E const & e );
75 BOOST_NORETURN void throw_exception( std::exception const & e,
80 template<class E> BOOST_NORETURN void throw_exception( E const & e,
/third_party/boost/boost/
Dthrow_exception.hpp47 BOOST_NORETURN void throw_exception( std::exception const & e ); // user defined
48 BOOST_NORETURN void throw_exception( std::exception const & e, boost::source_location const & loc )…
57 template<class E> BOOST_NORETURN void throw_exception( E const & e ) in throw_exception()
63 template<class E> BOOST_NORETURN void throw_exception( E const & e, boost::source_location const & ) in throw_exception()
162 template<class E> BOOST_NORETURN void throw_exception( E const & e ) in throw_exception()
168 template<class E> BOOST_NORETURN void throw_exception( E const & e, boost::source_location const & … in throw_exception()
/third_party/boost/boost/align/detail/
Dthrow_exception.hpp19 BOOST_NORETURN void throw_exception(const std::exception&);
27 BOOST_NORETURN inline void
33 BOOST_NORETURN inline void
/third_party/boost/boost/serialization/
Dthrow_exception.hpp29 BOOST_NORETURN inline void throw_exception(std::exception const & e) { in throw_exception()
35 template<class E> BOOST_NORETURN inline void throw_exception(E const & e){
/third_party/boost/boost/config/detail/
Dsuffix.hpp634 #if !defined(BOOST_NORETURN)
636 # define BOOST_NORETURN __declspec(noreturn) macro
638 # define BOOST_NORETURN __attribute__ ((__noreturn__)) macro
641 # define BOOST_NORETURN [[noreturn]] macro
645 # define BOOST_NORETURN [[noreturn]] macro
650 #if !defined(BOOST_NORETURN)
652 # define BOOST_NORETURN macro
/third_party/boost/boost/test/detail/
Dthrow_exception.hpp35 BOOST_NORETURN inline void
47 BOOST_NORETURN inline void
/third_party/boost/boost/variant/detail/
Dforced_return.hpp34 BOOST_NORETURN inline T
/third_party/boost/boost/core/
Dquick_exit.hpp36 BOOST_NORETURN void quick_exit( int code ) BOOST_NOEXCEPT in quick_exit()
Ddefault_allocator.hpp17 BOOST_NORETURN void throw_exception(const std::exception&);
/third_party/boost/libs/functional/factory/test/
Dfactory_default_allocator.cpp18 BOOST_NORETURN void throw_exception(const std::exception&) in throw_exception()
/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_no_exceptions_test.cpp33 BOOST_NORETURN void throw_exception(std::exception const & ) { in throw_exception()
/third_party/boost/libs/config/test/
Dhelper_macro_test.cpp34 BOOST_NORETURN void always_throw() in always_throw()
Dconfig_info.cpp1259 PRINT_MACRO(BOOST_NORETURN); in print_boost_macros()
/third_party/boost/boost/histogram/detail/
Dtry_cast.hpp34 BOOST_NORETURN T try_cast_impl(std::false_type, std::false_type, U&&) { in try_cast_impl()
/third_party/boost/boost/exception/detail/
Dexception_ptr.hpp44 BOOST_NORETURN void rethrow_exception( exception_ptr const & );
500 BOOST_NORETURN
/third_party/boost/boost/uuid/
Dstring_generator.hpp191 BOOST_NORETURN void throw_invalid() const { in throw_invalid()
/third_party/boost/boost/winapi/
Dprocess.hpp53 BOOST_WINAPI_IMPORT BOOST_NORETURN boost::winapi::VOID_ BOOST_WINAPI_WINAPI_CC
398 BOOST_FORCEINLINE BOOST_NORETURN boost::winapi::VOID_ exit_process( in exit_process()
/third_party/boost/boost/regex/pending/
Dunicode_iterator.hpp121 BOOST_NORETURN
/third_party/boost/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp1532 BOOST_NORETURN To dispatch(From const&, boost::mpl::false_) const in dispatch()
1558 BOOST_NORETURN T* operator()(From const&) const in operator ()()
/third_party/boost/libs/config/doc/
Dmacro_reference.qbk1272 [[`BOOST_NORETURN`][
1283 BOOST_NORETURN void on_error_occurred(const char* descr)
1289 If the compiler does not support this markup, `BOOST_NORETURN` is defined empty and an
/third_party/boost/boost/variant2/
Dvariant.hpp37 BOOST_NORETURN void throw_exception( std::exception const & e ); // user defined
63 BOOST_NORETURN inline void throw_bad_variant_access() in throw_bad_variant_access()
/third_party/boost/libs/container/doc/
Dcontainer.qbk1327 …* [@https://github.com/boostorg/container/pull/135 GitHub #135: ['"Missing BOOST_NORETURN for…