Home
last modified time | relevance | path

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

12345

/external/libcxx/include/
Dmath.h319 __libcpp_signbit(_A1 __lcpp_x) _NOEXCEPT in __libcpp_signbit()
329 signbit(_A1 __lcpp_x) _NOEXCEPT in signbit()
338 signbit(_A1 __lcpp_x) _NOEXCEPT in signbit()
345 signbit(_A1) _NOEXCEPT in signbit()
353 signbit(_A1 __lcpp_x) _NOEXCEPT
362 signbit(_A1 __lcpp_x) _NOEXCEPT
369 signbit(_A1) _NOEXCEPT
381 __libcpp_fpclassify(_A1 __lcpp_x) _NOEXCEPT in __libcpp_fpclassify()
391 fpclassify(_A1 __lcpp_x) _NOEXCEPT in fpclassify()
399 fpclassify(_A1 __lcpp_x) _NOEXCEPT in fpclassify()
[all …]
Dexception101 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {}
102 virtual ~exception() _NOEXCEPT;
103 virtual const char* what() const _NOEXCEPT;
110 _LIBCPP_INLINE_VISIBILITY bad_exception() _NOEXCEPT {}
111 virtual ~bad_exception() _NOEXCEPT;
112 virtual const char* what() const _NOEXCEPT;
120 _LIBCPP_FUNC_VIS unexpected_handler set_unexpected(unexpected_handler) _NOEXCEPT;
121 _LIBCPP_FUNC_VIS unexpected_handler get_unexpected() _NOEXCEPT;
126 _LIBCPP_FUNC_VIS terminate_handler set_terminate(terminate_handler) _NOEXCEPT;
127 _LIBCPP_FUNC_VIS terminate_handler get_terminate() _NOEXCEPT;
[all …]
Dsystem_error200 virtual ~error_category() _NOEXCEPT;
204 error_category() _NOEXCEPT;
207 _LIBCPP_CONSTEXPR_AFTER_CXX11 error_category() _NOEXCEPT _LIBCPP_DEFAULT
214 virtual const char* name() const _NOEXCEPT = 0;
215 virtual error_condition default_error_condition(int __ev) const _NOEXCEPT;
216 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT;
217 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
221 bool operator==(const error_category& __rhs) const _NOEXCEPT {return this == &__rhs;}
224 bool operator!=(const error_category& __rhs) const _NOEXCEPT {return !(*this == __rhs);}
227 bool operator< (const error_category& __rhs) const _NOEXCEPT {return this < &__rhs;}
[all …]
Dbitset171 _LIBCPP_CONSTEXPR __bitset() _NOEXCEPT;
173 explicit _LIBCPP_CONSTEXPR __bitset(unsigned long long __v) _NOEXCEPT;
175 _LIBCPP_INLINE_VISIBILITY reference __make_ref(size_t __pos) _NOEXCEPT
177 …LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR const_reference __make_ref(size_t __pos) const _NOEXCEPT
179 _LIBCPP_INLINE_VISIBILITY iterator __make_iter(size_t __pos) _NOEXCEPT
181 _LIBCPP_INLINE_VISIBILITY const_iterator __make_iter(size_t __pos) const _NOEXCEPT
185 void operator&=(const __bitset& __v) _NOEXCEPT;
187 void operator|=(const __bitset& __v) _NOEXCEPT;
189 void operator^=(const __bitset& __v) _NOEXCEPT;
191 void flip() _NOEXCEPT;
[all …]
D__string85 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
86 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
88 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT
103 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
105 static inline _LIBCPP_CONSTEXPR char_type to_char_type(int_type __c) _NOEXCEPT
107 static inline _LIBCPP_CONSTEXPR int_type to_int_type(char_type __c) _NOEXCEPT
109 static inline _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT
111 static inline _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT
209 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
210 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
[all …]
Dtypeinfo90 int __compare_nonunique_names(const type_info &__arg) const _NOEXCEPT
100 int __compare(const type_info &__rhs) const _NOEXCEPT;
125 const char *name() const _NOEXCEPT;
128 bool before(const type_info& __arg) const _NOEXCEPT {
132 size_t hash_code() const _NOEXCEPT;
135 bool operator==(const type_info& __arg) const _NOEXCEPT {
141 const char* name() const _NOEXCEPT
148 bool before(const type_info& __arg) const _NOEXCEPT
156 size_t hash_code() const _NOEXCEPT
169 bool operator==(const type_info& __arg) const _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
900 bool is_lock_free() const volatile _NOEXCEPT
909 bool is_lock_free() const _NOEXCEPT
912 void store(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
916 void store(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT
920 _Tp load(memory_order __m = memory_order_seq_cst) const volatile _NOEXCEPT
924 _Tp load(memory_order __m = memory_order_seq_cst) const _NOEXCEPT
[all …]
Dlimits150 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() _NOEXCEPT {return type();}
151 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type max() _NOEXCEPT {return type();}
152 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return type();}
161 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return type();}
162 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type();}
174 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return type();}
175 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type quiet_NaN() _NOEXCEPT {return type();}
176 … _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type signaling_NaN() _NOEXCEPT {return type();}
177 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type denorm_min() _NOEXCEPT {return type();}
214 _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 …]
Darray158 iterator begin() _NOEXCEPT {return iterator(data());}
160 const_iterator begin() const _NOEXCEPT {return const_iterator(data());}
162 iterator end() _NOEXCEPT {return iterator(data() + _Size);}
164 const_iterator end() const _NOEXCEPT {return const_iterator(data() + _Size);}
167 reverse_iterator rbegin() _NOEXCEPT {return reverse_iterator(end());}
169 const_reverse_iterator rbegin() const _NOEXCEPT {return const_reverse_iterator(end());}
171 reverse_iterator rend() _NOEXCEPT {return reverse_iterator(begin());}
173 const_reverse_iterator rend() const _NOEXCEPT {return const_reverse_iterator(begin());}
176 const_iterator cbegin() const _NOEXCEPT {return begin();}
178 const_iterator cend() const _NOEXCEPT {return end();}
[all …]
Dstring_view220 basic_string_view() _NOEXCEPT : __data (nullptr), __size(0) {}
223 basic_string_view(const basic_string_view&) _NOEXCEPT = default;
226 basic_string_view& operator=(const basic_string_view&) _NOEXCEPT = default;
229 basic_string_view(const _CharT* __s, size_type __len) _NOEXCEPT
243 const_iterator begin() const _NOEXCEPT { return cbegin(); }
246 const_iterator end() const _NOEXCEPT { return cend(); }
249 const_iterator cbegin() const _NOEXCEPT { return __data; }
252 const_iterator cend() const _NOEXCEPT { return __data + __size; }
255 const_reverse_iterator rbegin() const _NOEXCEPT { return const_reverse_iterator(cend()); }
258 const_reverse_iterator rend() const _NOEXCEPT { return const_reverse_iterator(cbegin()); }
[all …]
Dnew131 bad_alloc() _NOEXCEPT;
132 virtual ~bad_alloc() _NOEXCEPT;
133 virtual const char* what() const _NOEXCEPT;
140 bad_array_new_length() _NOEXCEPT;
141 virtual ~bad_array_new_length() _NOEXCEPT;
142 virtual const char* what() const _NOEXCEPT;
146 _LIBCPP_FUNC_VIS new_handler set_new_handler(new_handler) _NOEXCEPT;
147 _LIBCPP_FUNC_VIS new_handler get_new_handler() _NOEXCEPT;
173 …VERRIDABLE_FUNC_VIS void* operator new(std::size_t __sz, const std::nothrow_t&) _NOEXCEPT _NOALIAS;
174 _LIBCPP_OVERRIDABLE_FUNC_VIS void operator delete(void* __p) _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
56 terminate() _NOEXCEPT
79 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }
81 int uncaught_exceptions() _NOEXCEPT
90 exception::~exception() _NOEXCEPT
94 const char* exception::what() const _NOEXCEPT
99 bad_exception::~bad_exception() _NOEXCEPT
[all …]
Dexception_msvc.ipp35 set_unexpected(unexpected_handler func) _NOEXCEPT {
39 unexpected_handler get_unexpected() _NOEXCEPT {
50 terminate_handler set_terminate(terminate_handler func) _NOEXCEPT {
54 terminate_handler get_terminate() _NOEXCEPT {
59 void terminate() _NOEXCEPT
80 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }
82 int uncaught_exceptions() _NOEXCEPT {
87 bad_cast::bad_cast() _NOEXCEPT
91 bad_cast::~bad_cast() _NOEXCEPT
96 bad_cast::what() const _NOEXCEPT
[all …]
Dexception_pointer_msvc.ipp28 exception_ptr::exception_ptr() _NOEXCEPT { __ExceptionPtrCreate(this); }
29 exception_ptr::exception_ptr(nullptr_t) _NOEXCEPT { __ExceptionPtrCreate(this); }
31 exception_ptr::exception_ptr(const exception_ptr& __other) _NOEXCEPT {
34 exception_ptr& exception_ptr::operator=(const exception_ptr& __other) _NOEXCEPT {
39 exception_ptr& exception_ptr::operator=(nullptr_t) _NOEXCEPT {
45 exception_ptr::~exception_ptr() _NOEXCEPT { __ExceptionPtrDestroy(this); }
47 exception_ptr::operator bool() const _NOEXCEPT {
51 bool operator==(const exception_ptr& __x, const exception_ptr& __y) _NOEXCEPT {
56 void swap(exception_ptr& lhs, exception_ptr& rhs) _NOEXCEPT {
67 exception_ptr current_exception() _NOEXCEPT {
[all …]
/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.cpp91 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new()
117 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]()
136 operator delete(void* ptr) _NOEXCEPT in operator delete()
143 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete()
150 operator delete(void* ptr, size_t) _NOEXCEPT in operator delete()
157 operator delete[] (void* ptr) _NOEXCEPT in operator delete[]()
164 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
171 operator delete[] (void* ptr, size_t) _NOEXCEPT in operator delete[]()
212 operator new(size_t size, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator new()
238 operator new[](size_t size, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator new[]()
[all …]
Dmemory.cpp21 bad_weak_ptr::~bad_weak_ptr() _NOEXCEPT {} in ~bad_weak_ptr()
24 bad_weak_ptr::what() const _NOEXCEPT in what()
39 __shared_count::__add_shared() _NOEXCEPT in __add_shared()
45 __shared_count::__release_shared() _NOEXCEPT in __release_shared()
56 __shared_weak_count::__add_shared() _NOEXCEPT in __add_shared()
62 __shared_weak_count::__add_weak() _NOEXCEPT in __add_weak()
68 __shared_weak_count::__release_shared() _NOEXCEPT in __release_shared()
77 __shared_weak_count::__release_weak() _NOEXCEPT in __release_weak()
112 __shared_weak_count::lock() _NOEXCEPT in lock()
128 __shared_weak_count::__get_deleter(const type_info&) const _NOEXCEPT in __get_deleter()
[all …]
Dsystem_error.cpp32 error_category::error_category() _NOEXCEPT in error_category()
37 error_category::~error_category() _NOEXCEPT in ~error_category()
42 error_category::default_error_condition(int ev) const _NOEXCEPT in default_error_condition()
48 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT in equivalent()
54 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent()
145 virtual const char* name() const _NOEXCEPT;
150 __generic_error_category::name() const _NOEXCEPT in name()
166 generic_category() _NOEXCEPT in generic_category()
176 virtual const char* name() const _NOEXCEPT;
178 virtual error_condition default_error_condition(int ev) const _NOEXCEPT;
[all …]
/external/libcxx/include/experimental/
Dcoroutine30 bool operator==(coroutine_handle<> x, coroutine_handle<> y) _NOEXCEPT;
31 bool operator!=(coroutine_handle<> x, coroutine_handle<> y) _NOEXCEPT;
32 bool operator<(coroutine_handle<> x, coroutine_handle<> y) _NOEXCEPT;
33 bool operator<=(coroutine_handle<> x, coroutine_handle<> y) _NOEXCEPT;
34 bool operator>=(coroutine_handle<> x, coroutine_handle<> y) _NOEXCEPT;
35 bool operator>(coroutine_handle<> x, coroutine_handle<> y) _NOEXCEPT;
97 _LIBCPP_CONSTEXPR coroutine_handle() _NOEXCEPT : __handle_(nullptr) {}
100 _LIBCPP_CONSTEXPR coroutine_handle(nullptr_t) _NOEXCEPT : __handle_(nullptr) {}
103 coroutine_handle& operator=(nullptr_t) _NOEXCEPT {
109 _LIBCPP_CONSTEXPR void* address() const _NOEXCEPT { return __handle_; }
[all …]
/external/libcxxabi/src/
Dstdlib_new_delete.cpp17 #if !defined(_THROW_BAD_ALLOC) || !defined(_NOEXCEPT) || !defined(_LIBCXXABI_WEAK)
18 #error The _THROW_BAD_ALLOC, _NOEXCEPT, and _LIBCXXABI_WEAK libc++ macros must \
51 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new()
77 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]()
96 operator delete(void* ptr) _NOEXCEPT in operator delete()
104 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete()
111 operator delete(void* ptr, size_t) _NOEXCEPT in operator delete()
118 operator delete[] (void* ptr) _NOEXCEPT in operator delete[]()
125 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
132 operator delete[] (void* ptr, size_t) _NOEXCEPT in operator delete[]()
[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_exception.cpp19 exception::~exception() _NOEXCEPT in ~exception()
23 const char* exception::what() const _NOEXCEPT in what()
30 bad_exception::~bad_exception() _NOEXCEPT in ~bad_exception()
34 const char* bad_exception::what() const _NOEXCEPT in what()
42 bad_alloc::bad_alloc() _NOEXCEPT in bad_alloc()
46 bad_alloc::~bad_alloc() _NOEXCEPT in ~bad_alloc()
51 bad_alloc::what() const _NOEXCEPT in what()
58 bad_array_new_length::bad_array_new_length() _NOEXCEPT in bad_array_new_length()
62 bad_array_new_length::~bad_array_new_length() _NOEXCEPT in ~bad_array_new_length()
67 bad_array_new_length::what() const _NOEXCEPT in what()
/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 …]

12345