Home
last modified time | relevance | path

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

12345

/external/libcxx/include/
Dmath.h327 __libcpp_signbit(_A1 __lcpp_x) _NOEXCEPT in __libcpp_signbit()
337 signbit(_A1 __lcpp_x) _NOEXCEPT in signbit()
346 signbit(_A1 __lcpp_x) _NOEXCEPT in signbit()
353 signbit(_A1) _NOEXCEPT in signbit()
361 signbit(_A1 __lcpp_x) _NOEXCEPT
370 signbit(_A1 __lcpp_x) _NOEXCEPT
377 signbit(_A1) _NOEXCEPT
389 __libcpp_fpclassify(_A1 __lcpp_x) _NOEXCEPT in __libcpp_fpclassify()
399 fpclassify(_A1 __lcpp_x) _NOEXCEPT in fpclassify()
407 fpclassify(_A1 __lcpp_x) _NOEXCEPT in fpclassify()
[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 …]
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__string84 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
85 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
87 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT
102 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
104 static inline _LIBCPP_CONSTEXPR char_type to_char_type(int_type __c) _NOEXCEPT
106 static inline _LIBCPP_CONSTEXPR int_type to_int_type(char_type __c) _NOEXCEPT
108 static inline _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT
110 static inline _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT
208 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
209 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
[all …]
Dtypeinfo94 int __compare_nonunique_names(const type_info &__arg) const _NOEXCEPT
104 int __compare(const type_info &__rhs) const _NOEXCEPT;
129 const char *name() const _NOEXCEPT;
132 bool before(const type_info& __arg) const _NOEXCEPT {
136 size_t hash_code() const _NOEXCEPT;
139 bool operator==(const type_info& __arg) const _NOEXCEPT {
145 const char* name() const _NOEXCEPT
152 bool before(const type_info& __arg) const _NOEXCEPT
160 size_t hash_code() const _NOEXCEPT
173 bool operator==(const type_info& __arg) const _NOEXCEPT
[all …]
Dsystem_error386 virtual ~error_category() _NOEXCEPT;
390 error_category() _NOEXCEPT;
393 _LIBCPP_CONSTEXPR_AFTER_CXX11 error_category() _NOEXCEPT _LIBCPP_DEFAULT
400 virtual const char* name() const _NOEXCEPT = 0;
401 virtual error_condition default_error_condition(int __ev) const _NOEXCEPT;
402 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT;
403 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
407 bool operator==(const error_category& __rhs) const _NOEXCEPT {return this == &__rhs;}
410 bool operator!=(const error_category& __rhs) const _NOEXCEPT {return !(*this == __rhs);}
413 bool operator< (const error_category& __rhs) const _NOEXCEPT {return this < &__rhs;}
[all …]
Dnew127 bad_alloc() _NOEXCEPT;
128 virtual ~bad_alloc() _NOEXCEPT;
129 virtual const char* what() const _NOEXCEPT;
136 bad_array_new_length() _NOEXCEPT;
137 virtual ~bad_array_new_length() _NOEXCEPT;
138 virtual const char* what() const _NOEXCEPT;
142 _LIBCPP_FUNC_VIS new_handler set_new_handler(new_handler) _NOEXCEPT;
143 _LIBCPP_FUNC_VIS new_handler get_new_handler() _NOEXCEPT;
154 bad_array_length() _NOEXCEPT;
155 virtual ~bad_array_length() _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 …]
Dlimits148 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() _NOEXCEPT {return type();}
149 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type max() _NOEXCEPT {return type();}
150 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return type();}
159 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return type();}
160 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type();}
172 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return type();}
173 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type quiet_NaN() _NOEXCEPT {return type();}
174 … _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type signaling_NaN() _NOEXCEPT {return type();}
175 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type denorm_min() _NOEXCEPT {return type();}
212 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() _NOEXCEPT {return __min;}
[all …]
Darray154 iterator begin() _NOEXCEPT {return iterator(data());}
156 const_iterator begin() const _NOEXCEPT {return const_iterator(data());}
158 iterator end() _NOEXCEPT {return iterator(data() + _Size);}
160 const_iterator end() const _NOEXCEPT {return const_iterator(data() + _Size);}
163 reverse_iterator rbegin() _NOEXCEPT {return reverse_iterator(end());}
165 const_reverse_iterator rbegin() const _NOEXCEPT {return const_reverse_iterator(end());}
167 reverse_iterator rend() _NOEXCEPT {return reverse_iterator(begin());}
169 const_reverse_iterator rend() const _NOEXCEPT {return const_reverse_iterator(begin());}
172 const_iterator cbegin() const _NOEXCEPT {return begin();}
174 const_iterator cend() const _NOEXCEPT {return end();}
[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 …]
Dstring_view217 basic_string_view() _NOEXCEPT : __data (nullptr), __size(0) {}
220 basic_string_view(const basic_string_view&) _NOEXCEPT = default;
223 basic_string_view& operator=(const basic_string_view&) _NOEXCEPT = default;
226 basic_string_view(const _CharT* __s, size_type __len) _NOEXCEPT
240 const_iterator begin() const _NOEXCEPT { return cbegin(); }
243 const_iterator end() const _NOEXCEPT { return cend(); }
246 const_iterator cbegin() const _NOEXCEPT { return __data; }
249 const_iterator cend() const _NOEXCEPT { return __data + __size; }
252 const_reverse_iterator rbegin() const _NOEXCEPT { return const_reverse_iterator(cend()); }
255 const_reverse_iterator rend() const _NOEXCEPT { return const_reverse_iterator(cbegin()); }
[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 {
86 bad_array_length::bad_array_length() _NOEXCEPT
90 bad_array_length::~bad_array_length() _NOEXCEPT
95 bad_array_length::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/libcxxabi/src/
Dstdlib_exception.cpp20 exception::~exception() _NOEXCEPT in ~exception()
24 const char* exception::what() const _NOEXCEPT in what()
31 bad_exception::~bad_exception() _NOEXCEPT in ~bad_exception()
35 const char* bad_exception::what() const _NOEXCEPT in what()
43 bad_alloc::bad_alloc() _NOEXCEPT in bad_alloc()
47 bad_alloc::~bad_alloc() _NOEXCEPT in ~bad_alloc()
52 bad_alloc::what() const _NOEXCEPT in what()
59 bad_array_new_length::bad_array_new_length() _NOEXCEPT in bad_array_new_length()
63 bad_array_new_length::~bad_array_new_length() _NOEXCEPT in ~bad_array_new_length()
68 bad_array_new_length::what() const _NOEXCEPT in what()
[all …]
Dstdlib_new_delete.cpp18 #if !defined(_THROW_BAD_ALLOC) || !defined(_NOEXCEPT) || !defined(_LIBCXXABI_WEAK)
19 #error The _THROW_BAD_ALLOC, _NOEXCEPT, and _LIBCXXABI_WEAK libc++ macros must \
52 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new()
78 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]()
97 operator delete(void* ptr) _NOEXCEPT in operator delete()
105 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete()
112 operator delete(void* ptr, size_t) _NOEXCEPT in operator delete()
119 operator delete[] (void* ptr) _NOEXCEPT in operator delete[]()
126 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
133 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 …]
/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.cpp93 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new()
119 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]()
138 operator delete(void* ptr) _NOEXCEPT in operator delete()
146 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete()
153 operator delete(void* ptr, size_t) _NOEXCEPT in operator delete()
160 operator delete[] (void* ptr) _NOEXCEPT in operator delete[]()
167 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
174 operator delete[] (void* ptr, size_t) _NOEXCEPT in operator delete[]()
215 operator new(size_t size, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator new()
241 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()
146 virtual const char* name() const _NOEXCEPT;
151 __generic_error_category::name() const _NOEXCEPT in name()
167 generic_category() _NOEXCEPT in generic_category()
177 virtual const char* name() const _NOEXCEPT;
179 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 …]
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;
98 error_code& ec) _NOEXCEPT;
104 bool create_directory(const path& p, error_code& ec) _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;

12345