Home
last modified time | relevance | path

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

1234

/external/libcxx/include/
Dmath.h321 __libcpp_signbit(_A1 __lcpp_x) _NOEXCEPT in __libcpp_signbit()
331 signbit(_A1 __lcpp_x) _NOEXCEPT in signbit()
341 signbit(_A1 __lcpp_x) _NOEXCEPT
355 __libcpp_fpclassify(_A1 __lcpp_x) _NOEXCEPT in __libcpp_fpclassify()
365 fpclassify(_A1 __lcpp_x) _NOEXCEPT in fpclassify()
375 fpclassify(_A1 __lcpp_x) _NOEXCEPT in fpclassify()
389 __libcpp_isfinite(_A1 __lcpp_x) _NOEXCEPT in __libcpp_isfinite()
399 isfinite(_A1 __lcpp_x) _NOEXCEPT in isfinite()
413 __libcpp_isinf(_A1 __lcpp_x) _NOEXCEPT in __libcpp_isinf()
423 isinf(_A1 __lcpp_x) _NOEXCEPT in isinf()
[all …]
Dbitset169 _LIBCPP_CONSTEXPR __bitset() _NOEXCEPT;
171 explicit _LIBCPP_CONSTEXPR __bitset(unsigned long long __v) _NOEXCEPT;
173 _LIBCPP_INLINE_VISIBILITY reference __make_ref(size_t __pos) _NOEXCEPT
175 …LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR const_reference __make_ref(size_t __pos) const _NOEXCEPT
177 _LIBCPP_INLINE_VISIBILITY iterator __make_iter(size_t __pos) _NOEXCEPT
179 _LIBCPP_INLINE_VISIBILITY const_iterator __make_iter(size_t __pos) const _NOEXCEPT
183 void operator&=(const __bitset& __v) _NOEXCEPT;
185 void operator|=(const __bitset& __v) _NOEXCEPT;
187 void operator^=(const __bitset& __v) _NOEXCEPT;
189 void flip() _NOEXCEPT;
[all …]
Dnew125 bad_alloc() _NOEXCEPT;
126 virtual ~bad_alloc() _NOEXCEPT;
127 virtual const char* what() const _NOEXCEPT;
134 bad_array_new_length() _NOEXCEPT;
135 virtual ~bad_array_new_length() _NOEXCEPT;
136 virtual const char* what() const _NOEXCEPT;
140 _LIBCPP_FUNC_VIS new_handler set_new_handler(new_handler) _NOEXCEPT;
141 _LIBCPP_FUNC_VIS new_handler get_new_handler() _NOEXCEPT;
153 bad_array_length() _NOEXCEPT;
154 virtual ~bad_array_length() _NOEXCEPT;
[all …]
Dexception100 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {}
101 virtual ~exception() _NOEXCEPT;
102 virtual const char* what() const _NOEXCEPT;
109 _LIBCPP_INLINE_VISIBILITY bad_exception() _NOEXCEPT {}
110 virtual ~bad_exception() _NOEXCEPT;
111 virtual const char* what() const _NOEXCEPT;
119 _LIBCPP_FUNC_VIS unexpected_handler set_unexpected(unexpected_handler) _NOEXCEPT;
120 _LIBCPP_FUNC_VIS unexpected_handler get_unexpected() _NOEXCEPT;
125 _LIBCPP_FUNC_VIS terminate_handler set_terminate(terminate_handler) _NOEXCEPT;
126 _LIBCPP_FUNC_VIS terminate_handler get_terminate() _NOEXCEPT;
[all …]
D__string82 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
83 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
85 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT
100 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
102 static inline _LIBCPP_CONSTEXPR char_type to_char_type(int_type __c) _NOEXCEPT
104 static inline _LIBCPP_CONSTEXPR int_type to_int_type(char_type __c) _NOEXCEPT
106 static inline _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT
108 static inline _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT
206 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
207 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
[all …]
Datomic599 __gcc_atomic_t() _NOEXCEPT = default;
601 __gcc_atomic_t() _NOEXCEPT : __a_value() {}
603 _LIBCPP_CONSTEXPR explicit __gcc_atomic_t(_Tp value) _NOEXCEPT
859 kill_dependency(_Tp __y) _NOEXCEPT
887 bool is_lock_free() const volatile _NOEXCEPT
896 bool is_lock_free() const _NOEXCEPT
899 void store(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
903 void store(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT
907 _Tp load(memory_order __m = memory_order_seq_cst) const volatile _NOEXCEPT
911 _Tp load(memory_order __m = memory_order_seq_cst) const _NOEXCEPT
[all …]
Dsystem_error385 virtual ~error_category() _NOEXCEPT;
389 error_category() _NOEXCEPT;
392 _LIBCPP_CONSTEXPR_AFTER_CXX11 error_category() _NOEXCEPT _LIBCPP_DEFAULT
399 virtual const char* name() const _NOEXCEPT = 0;
400 virtual error_condition default_error_condition(int __ev) const _NOEXCEPT;
401 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT;
402 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
406 bool operator==(const error_category& __rhs) const _NOEXCEPT {return this == &__rhs;}
409 bool operator!=(const error_category& __rhs) const _NOEXCEPT {return !(*this == __rhs);}
412 bool operator< (const error_category& __rhs) const _NOEXCEPT {return this < &__rhs;}
[all …]
Dtypeinfo91 int __compare_nonunique_names(const type_info &__arg) const _NOEXCEPT
115 const char* name() const _NOEXCEPT
122 bool before(const type_info& __arg) const _NOEXCEPT
130 size_t hash_code() const _NOEXCEPT
143 bool operator==(const type_info& __arg) const _NOEXCEPT
154 const char* name() const _NOEXCEPT
158 bool before(const type_info& __arg) const _NOEXCEPT
162 size_t hash_code() const _NOEXCEPT
166 bool operator==(const type_info& __arg) const _NOEXCEPT
171 bool operator!=(const type_info& __arg) const _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 …]
Dstdexcept65 __libcpp_refstring(const __libcpp_refstring& s) _NOEXCEPT;
66 __libcpp_refstring& operator=(const __libcpp_refstring& s) _NOEXCEPT;
69 const char* c_str() const _NOEXCEPT {return __imp_;}
86 logic_error(const logic_error&) _NOEXCEPT;
87 logic_error& operator=(const logic_error&) _NOEXCEPT;
89 virtual ~logic_error() _NOEXCEPT;
91 virtual const char* what() const _NOEXCEPT;
103 runtime_error(const runtime_error&) _NOEXCEPT;
104 runtime_error& operator=(const runtime_error&) _NOEXCEPT;
106 virtual ~runtime_error() _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
Dstring_view204 basic_string_view() _NOEXCEPT : __data (nullptr), __size(0) {}
207 basic_string_view(const basic_string_view&) _NOEXCEPT = default;
210 basic_string_view& operator=(const basic_string_view&) _NOEXCEPT = default;
227 const_iterator begin() const _NOEXCEPT { return cbegin(); }
230 const_iterator end() const _NOEXCEPT { return cend(); }
233 const_iterator cbegin() const _NOEXCEPT { return __data; }
236 const_iterator cend() const _NOEXCEPT { return __data + __size; }
239 const_reverse_iterator rbegin() const _NOEXCEPT { return const_reverse_iterator(cend()); }
242 const_reverse_iterator rend() const _NOEXCEPT { return const_reverse_iterator(cbegin()); }
245 const_reverse_iterator crbegin() const _NOEXCEPT { return const_reverse_iterator(cend()); }
[all …]
Dscoped_allocator209 __scoped_allocator_storage() _NOEXCEPT {}
217 const _InnerAllocs& ...__innerAllocs) _NOEXCEPT
227 const __scoped_allocator_storage<_OuterA2, _InnerAllocs...>& __other) _NOEXCEPT
237 __scoped_allocator_storage<_OuterA2, _InnerAllocs...>&& __other) _NOEXCEPT
247 const inner_allocator_type& __i) _NOEXCEPT
254 inner_allocator_type& inner_allocator() _NOEXCEPT {return __inner_;}
256 const inner_allocator_type& inner_allocator() const _NOEXCEPT {return __inner_;}
259 outer_allocator_type& outer_allocator() _NOEXCEPT
262 const outer_allocator_type& outer_allocator() const _NOEXCEPT
267 select_on_container_copy_construction() const _NOEXCEPT
[all …]
/external/libcxx/src/support/runtime/
Dexception_fallback.ipp21 set_unexpected(unexpected_handler func) _NOEXCEPT
27 get_unexpected() _NOEXCEPT
42 set_terminate(terminate_handler func) _NOEXCEPT
48 get_terminate() _NOEXCEPT
57 terminate() _NOEXCEPT
80 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }
82 int uncaught_exceptions() _NOEXCEPT
91 exception::~exception() _NOEXCEPT
95 const char* exception::what() const _NOEXCEPT
100 bad_exception::~bad_exception() _NOEXCEPT
[all …]
Dexception_msvc.ipp24 set_unexpected(unexpected_handler func) _NOEXCEPT {
28 unexpected_handler get_unexpected() _NOEXCEPT {
39 terminate_handler set_terminate(terminate_handler func) _NOEXCEPT {
43 terminate_handler get_terminate() _NOEXCEPT {
48 void terminate() _NOEXCEPT
69 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }
71 int uncaught_exceptions() _NOEXCEPT {
75 bad_array_length::bad_array_length() _NOEXCEPT
79 bad_array_length::~bad_array_length() _NOEXCEPT
84 bad_array_length::what() const _NOEXCEPT
/external/libcxxabi/src/
Dcxa_new_delete.cpp17 #if !defined(_THROW_BAD_ALLOC) || !defined(_NOEXCEPT)
18 #error _THROW_BAD_ALLOC and _NOEXCEPT libc++ macros must already be defined \
75 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new()
112 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]()
137 operator delete(void* ptr) _NOEXCEPT in operator delete()
150 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete()
162 operator delete[] (void* ptr) _NOEXCEPT in operator delete[]()
174 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
184 bad_alloc::bad_alloc() _NOEXCEPT in bad_alloc()
188 bad_alloc::~bad_alloc() _NOEXCEPT in ~bad_alloc()
[all …]
Dstdlib_stdexcept.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 …]
Dstdlib_typeinfo.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()
/external/libcxx/src/
Dstdexcept.cpp36 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_) in logic_error()
41 logic_error::operator=(const logic_error& le) _NOEXCEPT in operator =()
49 logic_error::~logic_error() _NOEXCEPT in ~logic_error()
54 logic_error::what() const _NOEXCEPT in what()
69 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT in runtime_error()
75 runtime_error::operator=(const runtime_error& le) _NOEXCEPT in operator =()
83 runtime_error::~runtime_error() _NOEXCEPT in ~runtime_error()
88 runtime_error::what() const _NOEXCEPT in what()
93 domain_error::~domain_error() _NOEXCEPT {} in ~domain_error()
94 invalid_argument::~invalid_argument() _NOEXCEPT {} in ~invalid_argument()
[all …]
Dnew.cpp89 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new()
115 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]()
134 operator delete(void* ptr) _NOEXCEPT in operator delete()
142 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete()
149 operator delete(void* ptr, size_t) _NOEXCEPT in operator delete()
156 operator delete[] (void* ptr) _NOEXCEPT in operator delete[]()
163 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
170 operator delete[] (void* ptr, size_t) _NOEXCEPT in operator delete[]()
211 operator new(size_t size, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator new()
237 operator new[](size_t size, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator new[]()
[all …]
Dmemory.cpp22 bad_weak_ptr::~bad_weak_ptr() _NOEXCEPT {} in ~bad_weak_ptr()
25 bad_weak_ptr::what() const _NOEXCEPT in what()
40 __shared_count::__add_shared() _NOEXCEPT in __add_shared()
46 __shared_count::__release_shared() _NOEXCEPT in __release_shared()
57 __shared_weak_count::__add_shared() _NOEXCEPT in __add_shared()
63 __shared_weak_count::__add_weak() _NOEXCEPT in __add_weak()
69 __shared_weak_count::__release_shared() _NOEXCEPT in __release_shared()
78 __shared_weak_count::__release_weak() _NOEXCEPT in __release_weak()
113 __shared_weak_count::lock() _NOEXCEPT in lock()
129 __shared_weak_count::__get_deleter(const type_info&) const _NOEXCEPT in __get_deleter()
[all …]
Dsystem_error.cpp33 error_category::error_category() _NOEXCEPT in error_category()
38 error_category::~error_category() _NOEXCEPT in ~error_category()
43 error_category::default_error_condition(int ev) const _NOEXCEPT in default_error_condition()
49 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT in equivalent()
55 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent()
126 virtual const char* name() const _NOEXCEPT;
131 __generic_error_category::name() const _NOEXCEPT in name()
147 generic_category() _NOEXCEPT in generic_category()
157 virtual const char* name() const _NOEXCEPT;
159 virtual error_condition default_error_condition(int ev) const _NOEXCEPT;
[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/experimental/
Dfilesystem19 void swap(path& lhs, path& rhs) _NOEXCEPT;
20 size_t hash_value(const path& p) _NOEXCEPT;
22 bool operator==(const path& lhs, const path& rhs) _NOEXCEPT;
23 bool operator!=(const path& lhs, const path& rhs) _NOEXCEPT;
24 bool operator< (const path& lhs, const path& rhs) _NOEXCEPT;
25 bool operator<=(const path& lhs, const path& rhs) _NOEXCEPT;
26 bool operator> (const path& lhs, const path& rhs) _NOEXCEPT;
27 bool operator>=(const path& lhs, const path& rhs) _NOEXCEPT;
84 void copy(const path& from, const path& to, error_code& ec) _NOEXCEPT;
87 error_code& ec) _NOEXCEPT;
[all …]
/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 …]

1234