HomeSort by relevance Sort by last modified time
    Searched refs:_NOEXCEPT (Results 1 - 25 of 50) sorted by null

1 2

  /external/libcxxabi/src/
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
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...]
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
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;
242 virtual ~bad_array_length() _NOEXCEPT;
243 virtual const char* what() const _NOEXCEPT;
248 bad_array_length::bad_array_length() _NOEXCEPT
    [all...]
cxa_handlers.hpp 27 __terminate(terminate_handler func) _NOEXCEPT;
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
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
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
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...]
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
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
243 bad_array_length() _NOEXCEPT;
244 virtual ~bad_array_length() _NOEXCEPT;
245 virtual const char* what() const _NOEXCEPT;
250 bad_array_length::bad_array_length() _NOEXCEPT
    [all...]
cxa_handlers.hpp 27 __terminate(terminate_handler func) _NOEXCEPT;
  /external/libcxx/src/
optional.cpp 17 bad_optional_access::~bad_optional_access() _NOEXCEPT {}
21 bad_optional_access::~bad_optional_access() _NOEXCEPT = default;
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...]
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
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) _NOEXCEPT
143 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT
162 set_new_handler(new_handler handler) _NOEXCEPT
168 get_new_handler() _NOEXCEPT
177 bad_alloc::bad_alloc() _NOEXCEPT
183 bad_alloc::~bad_alloc() _NOEXCEPT
    [all...]
memory.cpp 22 increment(T& t) _NOEXCEPT
29 decrement(T& t) _NOEXCEPT
38 bad_weak_ptr::~bad_weak_ptr() _NOEXCEPT {}
41 bad_weak_ptr::what() const _NOEXCEPT
51 __shared_count::__add_shared() _NOEXCEPT
57 __shared_count::__release_shared() _NOEXCEPT
72 __shared_weak_count::__add_shared() _NOEXCEPT
78 __shared_weak_count::__add_weak() _NOEXCEPT
84 __shared_weak_count::__release_shared() _NOEXCEPT
91 __shared_weak_count::__release_weak() _NOEXCEPT
    [all...]
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
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
optional.cpp 17 bad_optional_access::~bad_optional_access() _NOEXCEPT {}
21 bad_optional_access::~bad_optional_access() _NOEXCEPT = default;
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...]
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
new.cpp 74 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT
103 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT
122 operator delete(void* ptr) _NOEXCEPT
130 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT
137 operator delete[] (void* ptr) _NOEXCEPT
144 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT
163 set_new_handler(new_handler handler) _NOEXCEPT
169 get_new_handler() _NOEXCEPT
178 bad_alloc::bad_alloc() _NOEXCEPT
184 bad_alloc::~bad_alloc() _NOEXCEPT
    [all...]
memory.cpp 22 increment(T& t) _NOEXCEPT
29 decrement(T& t) _NOEXCEPT
38 bad_weak_ptr::~bad_weak_ptr() _NOEXCEPT {}
41 bad_weak_ptr::what() const _NOEXCEPT
51 __shared_count::__add_shared() _NOEXCEPT
57 __shared_count::__release_shared() _NOEXCEPT
72 __shared_weak_count::__add_shared() _NOEXCEPT
78 __shared_weak_count::__add_weak() _NOEXCEPT
84 __shared_weak_count::__release_shared() _NOEXCEPT
91 __shared_weak_count::__release_weak() _NOEXCEPT
    [all...]
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
    [all...]
  /external/clang/test/CodeGenCXX/
weak-external.cpp 19 # define _NOEXCEPT noexcept
22 # define _NOEXCEPT throw()
40 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {}
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;
  /ndk/sources/cxx-stl/gabi++/src/
stdexcept.cc 47 count_t& count() const _NOEXCEPT {return ((_Rep_base*)(str_ - offset))->count;}
52 compute_gcc_empty_string_storage() _NOEXCEPT
62 get_gcc_empty_string_storage() _NOEXCEPT
71 __libcpp_nmstr(const __libcpp_nmstr& s) _NOEXCEPT;
72 __libcpp_nmstr& operator=(const __libcpp_nmstr& s) _NOEXCEPT;
74 const char* c_str() const _NOEXCEPT {return str_;}
89 __libcpp_nmstr::__libcpp_nmstr(const __libcpp_nmstr& s) _NOEXCEPT
99 __libcpp_nmstr::operator=(const __libcpp_nmstr& s) _NOEXCEPT
136 logic_error::~logic_error() _NOEXCEPT
143 logic_error::what() const _NOEXCEPT
    [all...]

Completed in 415 milliseconds

1 2