/external/libcxx/src/ |
H A D | optional.cpp | 16 bad_optional_access::~bad_optional_access() _NOEXCEPT {} 20 bad_optional_access::~bad_optional_access() _NOEXCEPT = default;
|
H A D | stdexcept.cpp | 38 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_) 43 logic_error::operator=(const logic_error& le) _NOEXCEPT 51 logic_error::~logic_error() _NOEXCEPT 56 logic_error::what() const _NOEXCEPT 71 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT 77 runtime_error::operator=(const runtime_error& le) _NOEXCEPT 85 runtime_error::~runtime_error() _NOEXCEPT 90 runtime_error::what() const _NOEXCEPT 95 domain_error::~domain_error() _NOEXCEPT {} 96 invalid_argument::~invalid_argument() _NOEXCEPT {} [all...] |
H A D | typeinfo.cpp | 25 std::bad_cast::bad_cast() _NOEXCEPT 29 std::bad_typeid::bad_typeid() _NOEXCEPT 35 std::bad_cast::~bad_cast() _NOEXCEPT 40 std::bad_cast::what() const _NOEXCEPT 45 std::bad_typeid::~bad_typeid() _NOEXCEPT 50 std::bad_typeid::what() const _NOEXCEPT
|
H A D | new.cpp | 73 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT 102 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT 121 operator delete(void* ptr) _NOEXCEPT 129 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT 136 operator delete(void* ptr, size_t) _NOEXCEPT 143 operator delete(void* ptr, size_t, const std::nothrow_t& nt) _NOEXCEPT 150 operator delete[] (void* ptr) _NOEXCEPT 157 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT 164 operator delete[] (void* ptr, size_t) _NOEXCEPT 171 operator delete[] (void* ptr, size_t, const std::nothrow_t& nt) _NOEXCEPT [all...] |
H A D | memory.cpp | 24 increment(T& t) _NOEXCEPT 31 decrement(T& t) _NOEXCEPT 40 bad_weak_ptr::~bad_weak_ptr() _NOEXCEPT {} 43 bad_weak_ptr::what() const _NOEXCEPT 53 __shared_count::__add_shared() _NOEXCEPT 59 __shared_count::__release_shared() _NOEXCEPT 74 __shared_weak_count::__add_shared() _NOEXCEPT 80 __shared_weak_count::__add_weak() _NOEXCEPT 86 __shared_weak_count::__release_shared() _NOEXCEPT 93 __shared_weak_count::__release_weak() _NOEXCEPT [all...] |
H A D | exception.cpp | 50 set_unexpected(unexpected_handler func) _NOEXCEPT 56 get_unexpected() _NOEXCEPT 71 set_terminate(terminate_handler func) _NOEXCEPT 77 get_terminate() _NOEXCEPT 85 terminate() _NOEXCEPT 109 bool uncaught_exception() _NOEXCEPT 128 exception::~exception() _NOEXCEPT 132 const char* exception::what() const _NOEXCEPT 141 bad_exception::~bad_exception() _NOEXCEPT 145 const char* bad_exception::what() const _NOEXCEPT 170 exception_ptr(const exception_ptr&) _NOEXCEPT; member in struct:std::__exception_ptr::exception_ptr 171 exception_ptr& operator=(const exception_ptr&) _NOEXCEPT; member in struct:std::__exception_ptr::exception_ptr 172 ~exception_ptr() _NOEXCEPT; member in struct:std::__exception_ptr::exception_ptr [all...] |
H A D | system_error.cpp | 23 error_category::error_category() _NOEXCEPT 27 error_category::~error_category() _NOEXCEPT 32 error_category::default_error_condition(int ev) const _NOEXCEPT 38 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT 44 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT 59 virtual const char* name() const _NOEXCEPT; member in class:__generic_error_category 64 __generic_error_category::name() const _NOEXCEPT 80 generic_category() _NOEXCEPT 90 virtual const char* name() const _NOEXCEPT; member in class:__system_error_category 92 virtual error_condition default_error_condition(int ev) const _NOEXCEPT; member in class:__system_error_category [all...] |
H A D | condition_variable.cpp | 27 condition_variable::notify_one() _NOEXCEPT 33 condition_variable::notify_all() _NOEXCEPT 39 condition_variable::wait(unique_lock<mutex>& lk) _NOEXCEPT 51 chrono::time_point<chrono::system_clock, chrono::nanoseconds> tp) _NOEXCEPT
|
H A D | chrono.cpp | 30 system_clock::now() _NOEXCEPT 38 system_clock::to_time_t(const time_point& t) _NOEXCEPT 44 system_clock::from_time_t(time_t t) _NOEXCEPT 105 steady_clock::now() _NOEXCEPT 120 steady_clock::now() _NOEXCEPT
|
H A D | mutex.cpp | 37 mutex::try_lock() _NOEXCEPT 43 mutex::unlock() _NOEXCEPT 97 recursive_mutex::unlock() _NOEXCEPT 105 recursive_mutex::try_lock() _NOEXCEPT 132 timed_mutex::try_lock() _NOEXCEPT 144 timed_mutex::unlock() _NOEXCEPT 183 recursive_timed_mutex::try_lock() _NOEXCEPT 199 recursive_timed_mutex::unlock() _NOEXCEPT
|
H A D | future.cpp | 23 virtual const char* name() const _NOEXCEPT; member in class:__future_error_category 28 __future_error_category::name() const _NOEXCEPT 69 future_category() _NOEXCEPT 81 future_error::~future_error() _NOEXCEPT 86 __assoc_sub_state::__on_zero_shared() _NOEXCEPT
|
H A D | random.cpp | 122 random_device::entropy() const _NOEXCEPT
|
H A D | ios.cpp | 46 virtual const char* name() const _NOEXCEPT; member in class:__iostream_category 51 __iostream_category::name() const _NOEXCEPT 69 iostream_category() _NOEXCEPT 415 ios_base::swap(ios_base& rhs) _NOEXCEPT
|
H A D | locale.cpp | 492 locale::locale() _NOEXCEPT 498 locale::locale(const locale& l) _NOEXCEPT 510 locale::operator=(const locale& other) _NOEXCEPT 611 locale::facet::__on_zero_shared() _NOEXCEPT 1023 ctype<char>::classic_table() _NOEXCEPT 1103 ctype<char>::classic_table() _NOEXCEPT 1137 ctype<char>::__classic_lower_table() _NOEXCEPT 1143 ctype<char>::__classic_upper_table() _NOEXCEPT 1149 ctype<char>::__classic_lower_table() _NOEXCEPT 1155 ctype<char>::__classic_upper_table() _NOEXCEPT [all...] |
/external/libcxxabi/src/ |
H A D | exception.cpp | 19 exception::~exception() _NOEXCEPT 23 const char* exception::what() const _NOEXCEPT 30 bad_exception::~bad_exception() _NOEXCEPT 34 const char* bad_exception::what() const _NOEXCEPT
|
H A D | stdexcept.cpp | 23 logic_error::~logic_error() _NOEXCEPT {} 26 logic_error::what() const _NOEXCEPT 31 runtime_error::~runtime_error() _NOEXCEPT {} 34 runtime_error::what() const _NOEXCEPT 39 domain_error::~domain_error() _NOEXCEPT {} 40 invalid_argument::~invalid_argument() _NOEXCEPT {} 41 length_error::~length_error() _NOEXCEPT {} 42 out_of_range::~out_of_range() _NOEXCEPT {} 44 range_error::~range_error() _NOEXCEPT {} 45 overflow_error::~overflow_error() _NOEXCEPT {} [all...] |
H A D | typeinfo.cpp | 23 bad_cast::bad_cast() _NOEXCEPT 27 bad_cast::~bad_cast() _NOEXCEPT 32 bad_cast::what() const _NOEXCEPT 39 bad_typeid::bad_typeid() _NOEXCEPT 43 bad_typeid::~bad_typeid() _NOEXCEPT 48 bad_typeid::what() const _NOEXCEPT
|
H A D | cxa_new_delete.cpp | 203 bad_alloc::bad_alloc() _NOEXCEPT 207 bad_alloc::~bad_alloc() _NOEXCEPT 212 bad_alloc::what() const _NOEXCEPT 219 bad_array_new_length::bad_array_new_length() _NOEXCEPT 223 bad_array_new_length::~bad_array_new_length() _NOEXCEPT 228 bad_array_new_length::what() const _NOEXCEPT 241 bad_array_length() _NOEXCEPT; member in class:std::bad_array_length 242 virtual ~bad_array_length() _NOEXCEPT; member in class:std::bad_array_length 243 virtual const char* what() const _NOEXCEPT; member in class:std::bad_array_length 248 bad_array_length::bad_array_length() _NOEXCEPT [all...] |
H A D | cxa_handlers.hpp | 27 __terminate(terminate_handler func) _NOEXCEPT; member in namespace:std
|
H A D | cxa_handlers.cpp | 27 get_unexpected() _NOEXCEPT 52 get_terminate() _NOEXCEPT 62 __terminate(terminate_handler func) _NOEXCEPT 83 terminate() _NOEXCEPT 110 set_new_handler(new_handler handler) _NOEXCEPT 118 get_new_handler() _NOEXCEPT
|
H A D | cxa_default_handlers.cpp | 102 set_unexpected(unexpected_handler func) _NOEXCEPT 113 set_terminate(terminate_handler func) _NOEXCEPT
|
/external/clang/test/CodeGenCXX/ |
H A D | weak-external.cpp | 19 # define _NOEXCEPT noexcept macro 22 # define _NOEXCEPT throw() macro 40 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {} 41 virtual ~exception() _NOEXCEPT; member in class:std::exception 42 virtual const char* what() const _NOEXCEPT; member in class:std::exception 54 runtime_error(const runtime_error&) _NOEXCEPT; member in class:std::runtime_error 55 runtime_error& operator=(const runtime_error&) _NOEXCEPT; member in class:std::runtime_error 57 virtual ~runtime_error() _NOEXCEPT; member in class:std::runtime_error 59 virtual const char* what() const _NOEXCEPT; member in class:std::runtime_error
|
/external/libcxx/test/support/ |
H A D | nasty_containers.hpp | 51 iterator begin() _NOEXCEPT { return v_.begin(); } 52 const_iterator begin() const _NOEXCEPT { return v_.begin(); } 53 iterator end() _NOEXCEPT { return v_.end(); } 54 const_iterator end() const _NOEXCEPT { return v_.end(); } 56 reverse_iterator rbegin() _NOEXCEPT { return v_.rbegin(); } 57 const_reverse_iterator rbegin() const _NOEXCEPT { return v_.rbegin(); } 58 reverse_iterator rend() _NOEXCEPT { return v_.rend(); } 59 const_reverse_iterator rend() const _NOEXCEPT { return v_.rend(); } 61 const_iterator cbegin() const _NOEXCEPT { return v_.cbegin(); } 62 const_iterator cend() const _NOEXCEPT { retur [all...] |
H A D | constexpr_char_traits.hpp | 27 static _LIBCPP_CONSTEXPR_AFTER_CXX11 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT 30 static _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT 33 static _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT 43 static _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT 46 static _LIBCPP_CONSTEXPR char_type to_char_type(int_type __c) _NOEXCEPT 49 static _LIBCPP_CONSTEXPR int_type to_int_type(char_type __c) _NOEXCEPT 52 static _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT 55 static _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT
|
/external/libcxx/test/std/language.support/support.exception/except.nested/ |
H A D | rethrow_if_nested.pass.cpp | 25 virtual ~A() _NOEXCEPT {}
|