/third_party/boost/boost/container/ |
D | throw_exception.hpp | 40 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 …]
|
D | static_vector.hpp | 43 static BOOST_NORETURN BOOST_CONTAINER_FORCEINLINE void on_capacity_overflow(true_type) in on_capacity_overflow()
|
/third_party/boost/libs/container/test/ |
D | throw_exception_test.cpp | 23 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/ |
D | reference.adoc | 26 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/ |
D | throw_exception.hpp | 47 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/ |
D | throw_exception.hpp | 19 BOOST_NORETURN void throw_exception(const std::exception&); 27 BOOST_NORETURN inline void 33 BOOST_NORETURN inline void
|
/third_party/boost/boost/serialization/ |
D | throw_exception.hpp | 29 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/ |
D | suffix.hpp | 634 #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/ |
D | throw_exception.hpp | 35 BOOST_NORETURN inline void 47 BOOST_NORETURN inline void
|
/third_party/boost/boost/variant/detail/ |
D | forced_return.hpp | 34 BOOST_NORETURN inline T
|
/third_party/boost/boost/core/ |
D | quick_exit.hpp | 36 BOOST_NORETURN void quick_exit( int code ) BOOST_NOEXCEPT in quick_exit()
|
D | default_allocator.hpp | 17 BOOST_NORETURN void throw_exception(const std::exception&);
|
/third_party/boost/libs/functional/factory/test/ |
D | factory_default_allocator.cpp | 18 BOOST_NORETURN void throw_exception(const std::exception&) in throw_exception()
|
/third_party/boost/libs/lexical_cast/test/ |
D | lexical_cast_no_exceptions_test.cpp | 33 BOOST_NORETURN void throw_exception(std::exception const & ) { in throw_exception()
|
/third_party/boost/libs/config/test/ |
D | helper_macro_test.cpp | 34 BOOST_NORETURN void always_throw() in always_throw()
|
D | config_info.cpp | 1259 PRINT_MACRO(BOOST_NORETURN); in print_boost_macros()
|
/third_party/boost/boost/histogram/detail/ |
D | try_cast.hpp | 34 BOOST_NORETURN T try_cast_impl(std::false_type, std::false_type, U&&) { in try_cast_impl()
|
/third_party/boost/boost/exception/detail/ |
D | exception_ptr.hpp | 44 BOOST_NORETURN void rethrow_exception( exception_ptr const & ); 500 BOOST_NORETURN
|
/third_party/boost/boost/uuid/ |
D | string_generator.hpp | 191 BOOST_NORETURN void throw_invalid() const { in throw_invalid()
|
/third_party/boost/boost/winapi/ |
D | process.hpp | 53 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/ |
D | unicode_iterator.hpp | 121 BOOST_NORETURN
|
/third_party/boost/boost/spirit/home/support/utree/detail/ |
D | utree_detail2.hpp | 1532 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/ |
D | macro_reference.qbk | 1272 [[`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/ |
D | variant.hpp | 37 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/ |
D | container.qbk | 1327 …* [@https://github.com/boostorg/container/pull/135 GitHub #135: ['"Missing BOOST_NORETURN for…
|