Home
last modified time | relevance | path

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

1234

/external/libcxx/src/
Dnew.cpp73 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new()
102 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]()
121 operator delete(void* ptr) _NOEXCEPT in operator delete()
129 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete()
136 operator delete(void* ptr, size_t) _NOEXCEPT in operator delete()
143 operator delete[] (void* ptr) _NOEXCEPT in operator delete[]()
150 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
157 operator delete[] (void* ptr, size_t) _NOEXCEPT in operator delete[]()
176 set_new_handler(new_handler handler) _NOEXCEPT in set_new_handler()
182 get_new_handler() _NOEXCEPT in get_new_handler()
[all …]
Dstdexcept.cpp38 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_) in logic_error()
43 logic_error::operator=(const logic_error& le) _NOEXCEPT in operator =()
51 logic_error::~logic_error() _NOEXCEPT in ~logic_error()
56 logic_error::what() const _NOEXCEPT in what()
71 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT in runtime_error()
77 runtime_error::operator=(const runtime_error& le) _NOEXCEPT in operator =()
85 runtime_error::~runtime_error() _NOEXCEPT in ~runtime_error()
90 runtime_error::what() const _NOEXCEPT in what()
95 domain_error::~domain_error() _NOEXCEPT {} in ~domain_error()
96 invalid_argument::~invalid_argument() _NOEXCEPT {} in ~invalid_argument()
[all …]
Dexception.cpp50 set_unexpected(unexpected_handler func) _NOEXCEPT in set_unexpected()
56 get_unexpected() _NOEXCEPT in get_unexpected()
71 set_terminate(terminate_handler func) _NOEXCEPT in set_terminate()
77 get_terminate() _NOEXCEPT in get_terminate()
85 terminate() _NOEXCEPT in terminate()
109 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; } in uncaught_exception()
111 int uncaught_exceptions() _NOEXCEPT in uncaught_exceptions()
134 exception::~exception() _NOEXCEPT in ~exception()
138 const char* exception::what() const _NOEXCEPT in what()
147 bad_exception::~bad_exception() _NOEXCEPT in ~bad_exception()
[all …]
Dmemory.cpp28 increment(T& t) _NOEXCEPT in increment()
35 decrement(T& t) _NOEXCEPT in decrement()
44 bad_weak_ptr::~bad_weak_ptr() _NOEXCEPT {} in ~bad_weak_ptr()
47 bad_weak_ptr::what() const _NOEXCEPT in what()
57 __shared_count::__add_shared() _NOEXCEPT in __add_shared()
63 __shared_count::__release_shared() _NOEXCEPT in __release_shared()
78 __shared_weak_count::__add_shared() _NOEXCEPT in __add_shared()
84 __shared_weak_count::__add_weak() _NOEXCEPT in __add_weak()
90 __shared_weak_count::__release_shared() _NOEXCEPT in __release_shared()
97 __shared_weak_count::__release_weak() _NOEXCEPT in __release_weak()
[all …]
Dsystem_error.cpp23 error_category::error_category() _NOEXCEPT in error_category()
27 error_category::~error_category() _NOEXCEPT in ~error_category()
32 error_category::default_error_condition(int ev) const _NOEXCEPT in default_error_condition()
38 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT in equivalent()
44 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent()
59 virtual const char* name() const _NOEXCEPT;
64 __generic_error_category::name() const _NOEXCEPT in name()
80 generic_category() _NOEXCEPT in generic_category()
90 virtual const char* name() const _NOEXCEPT;
92 virtual error_condition default_error_condition(int ev) const _NOEXCEPT;
[all …]
Dtypeinfo.cpp25 std::bad_cast::bad_cast() _NOEXCEPT in bad_cast()
29 std::bad_typeid::bad_typeid() _NOEXCEPT in bad_typeid()
35 std::bad_cast::~bad_cast() _NOEXCEPT in ~bad_cast()
40 std::bad_cast::what() const _NOEXCEPT in what()
45 std::bad_typeid::~bad_typeid() _NOEXCEPT in ~bad_typeid()
50 std::bad_typeid::what() const _NOEXCEPT in what()
/external/libcxxabi/src/
Dstdexcept.cpp23 logic_error::~logic_error() _NOEXCEPT {} in ~logic_error()
26 logic_error::what() const _NOEXCEPT in what()
31 runtime_error::~runtime_error() _NOEXCEPT {} in ~runtime_error()
34 runtime_error::what() const _NOEXCEPT in what()
39 domain_error::~domain_error() _NOEXCEPT {} in ~domain_error()
40 invalid_argument::~invalid_argument() _NOEXCEPT {} in ~invalid_argument()
41 length_error::~length_error() _NOEXCEPT {} in ~length_error()
42 out_of_range::~out_of_range() _NOEXCEPT {} in ~out_of_range()
44 range_error::~range_error() _NOEXCEPT {} in ~range_error()
45 overflow_error::~overflow_error() _NOEXCEPT {} in ~overflow_error()
[all …]
Dcxa_new_delete.cpp203 bad_alloc::bad_alloc() _NOEXCEPT in bad_alloc()
207 bad_alloc::~bad_alloc() _NOEXCEPT in ~bad_alloc()
212 bad_alloc::what() const _NOEXCEPT in what()
219 bad_array_new_length::bad_array_new_length() _NOEXCEPT in bad_array_new_length()
223 bad_array_new_length::~bad_array_new_length() _NOEXCEPT in ~bad_array_new_length()
228 bad_array_new_length::what() const _NOEXCEPT in what()
241 bad_array_length() _NOEXCEPT;
242 virtual ~bad_array_length() _NOEXCEPT;
243 virtual const char* what() const _NOEXCEPT;
248 bad_array_length::bad_array_length() _NOEXCEPT in bad_array_length()
[all …]
Dtypeinfo.cpp23 bad_cast::bad_cast() _NOEXCEPT in bad_cast()
27 bad_cast::~bad_cast() _NOEXCEPT in ~bad_cast()
32 bad_cast::what() const _NOEXCEPT in what()
39 bad_typeid::bad_typeid() _NOEXCEPT in bad_typeid()
43 bad_typeid::~bad_typeid() _NOEXCEPT in ~bad_typeid()
48 bad_typeid::what() const _NOEXCEPT in what()
Dcxa_handlers.cpp27 get_unexpected() _NOEXCEPT in get_unexpected()
52 get_terminate() _NOEXCEPT in get_terminate()
62 __terminate(terminate_handler func) _NOEXCEPT in __terminate()
83 terminate() _NOEXCEPT in terminate()
110 set_new_handler(new_handler handler) _NOEXCEPT in set_new_handler()
118 get_new_handler() _NOEXCEPT in get_new_handler()
/external/libcxx/include/
Dcmath319 __libcpp_signbit(_A1 __lcpp_x) _NOEXCEPT
329 signbit(_A1 __lcpp_x) _NOEXCEPT
343 __libcpp_fpclassify(_A1 __lcpp_x) _NOEXCEPT
353 fpclassify(_A1 __lcpp_x) _NOEXCEPT
367 __libcpp_isfinite(_A1 __lcpp_x) _NOEXCEPT
377 isfinite(_A1 __lcpp_x) _NOEXCEPT
391 __libcpp_isinf(_A1 __lcpp_x) _NOEXCEPT
401 isinf(_A1 __lcpp_x) _NOEXCEPT
415 __libcpp_isnan(_A1 __lcpp_x) _NOEXCEPT
425 isnan(_A1 __lcpp_x) _NOEXCEPT
[all …]
Dexception94 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {}
95 virtual ~exception() _NOEXCEPT;
96 virtual const char* what() const _NOEXCEPT;
103 _LIBCPP_INLINE_VISIBILITY bad_exception() _NOEXCEPT {}
104 virtual ~bad_exception() _NOEXCEPT;
105 virtual const char* what() const _NOEXCEPT;
109 _LIBCPP_FUNC_VIS unexpected_handler set_unexpected(unexpected_handler) _NOEXCEPT;
110 _LIBCPP_FUNC_VIS unexpected_handler get_unexpected() _NOEXCEPT;
114 _LIBCPP_FUNC_VIS terminate_handler set_terminate(terminate_handler) _NOEXCEPT;
115 _LIBCPP_FUNC_VIS terminate_handler get_terminate() _NOEXCEPT;
[all …]
Dbitset171 _LIBCPP_CONSTEXPR __bitset() _NOEXCEPT;
172 explicit _LIBCPP_CONSTEXPR __bitset(unsigned long long __v) _NOEXCEPT;
174 _LIBCPP_INLINE_VISIBILITY reference __make_ref(size_t __pos) _NOEXCEPT
176 …LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR const_reference __make_ref(size_t __pos) const _NOEXCEPT
178 _LIBCPP_INLINE_VISIBILITY iterator __make_iter(size_t __pos) _NOEXCEPT
180 _LIBCPP_INLINE_VISIBILITY const_iterator __make_iter(size_t __pos) const _NOEXCEPT
183 void operator&=(const __bitset& __v) _NOEXCEPT;
184 void operator|=(const __bitset& __v) _NOEXCEPT;
185 void operator^=(const __bitset& __v) _NOEXCEPT;
187 void flip() _NOEXCEPT;
[all …]
Dnew86 bad_alloc() _NOEXCEPT;
87 virtual ~bad_alloc() _NOEXCEPT;
88 virtual const char* what() const _NOEXCEPT;
95 bad_array_new_length() _NOEXCEPT;
96 virtual ~bad_array_new_length() _NOEXCEPT;
97 virtual const char* what() const _NOEXCEPT;
106 bad_array_length() _NOEXCEPT;
107 virtual ~bad_array_length() _NOEXCEPT;
108 virtual const char* what() const _NOEXCEPT;
120 _LIBCPP_FUNC_VIS new_handler set_new_handler(new_handler) _NOEXCEPT;
[all …]
Dsystem_error368 virtual ~error_category() _NOEXCEPT;
371 error_category() _NOEXCEPT;
374 _LIBCPP_CONSTEXPR_AFTER_CXX11 error_category() _NOEXCEPT _LIBCPP_DEFAULT;
381 virtual const char* name() const _NOEXCEPT = 0;
382 virtual error_condition default_error_condition(int __ev) const _NOEXCEPT;
383 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT;
384 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
388 bool operator==(const error_category& __rhs) const _NOEXCEPT {return this == &__rhs;}
391 bool operator!=(const error_category& __rhs) const _NOEXCEPT {return !(*this == __rhs);}
394 bool operator< (const error_category& __rhs) const _NOEXCEPT {return this < &__rhs;}
[all …]
Datomic556 __gcc_atomic_t() _NOEXCEPT {}
557 _LIBCPP_CONSTEXPR explicit __gcc_atomic_t(_Tp value) _NOEXCEPT
813 kill_dependency(_Tp __y) _NOEXCEPT
826 bool is_lock_free() const volatile _NOEXCEPT
835 bool is_lock_free() const _NOEXCEPT
838 void store(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
841 void store(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT
844 _Tp load(memory_order __m = memory_order_seq_cst) const volatile _NOEXCEPT
847 _Tp load(memory_order __m = memory_order_seq_cst) const _NOEXCEPT
850 operator _Tp() const volatile _NOEXCEPT {return load();}
[all …]
Dstdexcept73 logic_error(const logic_error&) _NOEXCEPT;
74 logic_error& operator=(const logic_error&) _NOEXCEPT;
76 virtual ~logic_error() _NOEXCEPT;
78 virtual const char* what() const _NOEXCEPT;
90 runtime_error(const runtime_error&) _NOEXCEPT;
91 runtime_error& operator=(const runtime_error&) _NOEXCEPT;
93 virtual ~runtime_error() _NOEXCEPT;
95 virtual const char* what() const _NOEXCEPT;
105 virtual ~domain_error() _NOEXCEPT;
115 virtual ~invalid_argument() _NOEXCEPT;
[all …]
Dlimits147 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() _NOEXCEPT {return type();}
148 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type max() _NOEXCEPT {return type();}
149 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return type();}
158 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return type();}
159 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type();}
171 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return type();}
172 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type quiet_NaN() _NOEXCEPT {return type();}
173 … _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type signaling_NaN() _NOEXCEPT {return type();}
174 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type denorm_min() _NOEXCEPT {return type();}
211 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() _NOEXCEPT {return __min;}
[all …]
Dscoped_allocator207 __scoped_allocator_storage() _NOEXCEPT {}
215 const _InnerAllocs& ...__innerAllocs) _NOEXCEPT
225 const __scoped_allocator_storage<_OuterA2, _InnerAllocs...>& __other) _NOEXCEPT
235 __scoped_allocator_storage<_OuterA2, _InnerAllocs...>&& __other) _NOEXCEPT
245 const inner_allocator_type& __i) _NOEXCEPT
252 inner_allocator_type& inner_allocator() _NOEXCEPT {return __inner_;}
254 const inner_allocator_type& inner_allocator() const _NOEXCEPT {return __inner_;}
257 outer_allocator_type& outer_allocator() _NOEXCEPT
260 const outer_allocator_type& outer_allocator() const _NOEXCEPT
265 select_on_container_copy_construction() const _NOEXCEPT
[all …]
Dtypeindex63 type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
66 bool operator==(const type_index& __y) const _NOEXCEPT
69 bool operator!=(const type_index& __y) const _NOEXCEPT
72 bool operator< (const type_index& __y) const _NOEXCEPT
75 bool operator<=(const type_index& __y) const _NOEXCEPT
78 bool operator> (const type_index& __y) const _NOEXCEPT
81 bool operator>=(const type_index& __y) const _NOEXCEPT
85 size_t hash_code() const _NOEXCEPT {return __t_->hash_code();}
87 const char* name() const _NOEXCEPT {return __t_->name();}
97 size_t operator()(type_index __index) const _NOEXCEPT
Dtypeinfo96 const char* name() const _NOEXCEPT
104 bool before(const type_info& __arg) const _NOEXCEPT
114 size_t hash_code() const _NOEXCEPT
127 bool operator==(const type_info& __arg) const _NOEXCEPT
137 bool operator!=(const type_info& __arg) const _NOEXCEPT
143 int __compare_nonunique_names(const type_info &__arg) const _NOEXCEPT
152 bad_cast() _NOEXCEPT;
153 virtual ~bad_cast() _NOEXCEPT;
154 virtual const char* what() const _NOEXCEPT;
161 bad_typeid() _NOEXCEPT;
[all …]
/external/libcxx/test/support/
Dnasty_containers.hpp51 iterator begin() _NOEXCEPT { return v_.begin(); } in begin()
52 const_iterator begin() const _NOEXCEPT { return v_.begin(); } in begin()
53 iterator end() _NOEXCEPT { return v_.end(); } in end()
54 const_iterator end() const _NOEXCEPT { return v_.end(); } in end()
56 reverse_iterator rbegin() _NOEXCEPT { return v_.rbegin(); } in rbegin()
57 const_reverse_iterator rbegin() const _NOEXCEPT { return v_.rbegin(); } in rbegin()
58 reverse_iterator rend() _NOEXCEPT { return v_.rend(); } in rend()
59 const_reverse_iterator rend() const _NOEXCEPT { return v_.rend(); } in rend()
61 const_iterator cbegin() const _NOEXCEPT { return v_.cbegin(); } in cbegin()
62 const_iterator cend() const _NOEXCEPT { return v_.cend(); } in cend()
[all …]
/external/clang/test/CodeGenCXX/
Dweak-external.cpp19 # define _NOEXCEPT noexcept macro
22 # define _NOEXCEPT throw() macro
40 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {} in exception()
41 virtual ~exception() _NOEXCEPT;
42 virtual const char* what() const _NOEXCEPT;
54 runtime_error(const runtime_error&) _NOEXCEPT;
55 runtime_error& operator=(const runtime_error&) _NOEXCEPT;
57 virtual ~runtime_error() _NOEXCEPT;
59 virtual const char* what() const _NOEXCEPT;
/external/libcxx/include/ext/
D__hash28 size_t operator()(const char *__c) const _NOEXCEPT
38 size_t operator()(char *__c) const _NOEXCEPT
48 size_t operator()(char __c) const _NOEXCEPT
58 size_t operator()(signed char __c) const _NOEXCEPT
68 size_t operator()(unsigned char __c) const _NOEXCEPT
78 size_t operator()(short __c) const _NOEXCEPT
88 size_t operator()(unsigned short __c) const _NOEXCEPT
98 size_t operator()(int __c) const _NOEXCEPT
108 size_t operator()(unsigned int __c) const _NOEXCEPT
118 size_t operator()(long __c) const _NOEXCEPT
[all …]
/external/libcxx/include/experimental/
Dstring_view213 basic_string_view() _NOEXCEPT : __data (nullptr), __size(0) {}
216 basic_string_view(const basic_string_view&) _NOEXCEPT = default;
219 basic_string_view& operator=(const basic_string_view&) _NOEXCEPT = default;
223 basic_string_view(const basic_string<_CharT, _Traits, _Allocator>& __str) _NOEXCEPT
239 const_iterator begin() const _NOEXCEPT { return cbegin(); }
242 const_iterator end() const _NOEXCEPT { return cend(); }
245 const_iterator cbegin() const _NOEXCEPT { return __data; }
248 const_iterator cend() const _NOEXCEPT { return __data + __size; }
251 const_reverse_iterator rbegin() const _NOEXCEPT { return const_reverse_iterator(cend()); }
254 … const_reverse_iterator rend() const _NOEXCEPT { return const_reverse_iterator(cbegin()); }
[all …]

1234