Home
last modified time | relevance | path

Searched refs:_GABIXX_NOEXCEPT (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dnew.cc44 bad_alloc::bad_alloc() _GABIXX_NOEXCEPT { in bad_alloc()
47 bad_alloc::~bad_alloc() _GABIXX_NOEXCEPT { in ~bad_alloc()
50 const char* bad_alloc::what() const _GABIXX_NOEXCEPT { in what()
54 bad_array_new_length::bad_array_new_length() _GABIXX_NOEXCEPT in bad_array_new_length()
58 bad_array_new_length::~bad_array_new_length() _GABIXX_NOEXCEPT in ~bad_array_new_length()
63 bad_array_new_length::what() const _GABIXX_NOEXCEPT in what()
70 bad_array_length::bad_array_length() _GABIXX_NOEXCEPT in bad_array_length()
74 bad_array_length::~bad_array_length() _GABIXX_NOEXCEPT in ~bad_array_length()
79 bad_array_length::what() const _GABIXX_NOEXCEPT in what()
85 new_handler set_new_handler(new_handler next_handler) _GABIXX_NOEXCEPT { in set_new_handler()
[all …]
Dexception.cc36 exception::exception() _GABIXX_NOEXCEPT { in exception()
40 exception::~exception() _GABIXX_NOEXCEPT { in ~exception()
43 const char* exception::what() const _GABIXX_NOEXCEPT { in what()
48 bad_exception::bad_exception() _GABIXX_NOEXCEPT { in bad_exception()
52 bad_exception::~bad_exception() _GABIXX_NOEXCEPT { in ~bad_exception()
55 const char* bad_exception::what() const _GABIXX_NOEXCEPT { in what()
60 bool uncaught_exception() _GABIXX_NOEXCEPT { in uncaught_exception()
Dtype_info.cc78 bad_cast::bad_cast() _GABIXX_NOEXCEPT { in bad_cast()
81 bad_cast::~bad_cast() _GABIXX_NOEXCEPT { in ~bad_cast()
84 const char* bad_cast::what() const _GABIXX_NOEXCEPT { in what()
88 bad_typeid::bad_typeid() _GABIXX_NOEXCEPT { in bad_typeid()
91 bad_typeid::~bad_typeid() _GABIXX_NOEXCEPT { in ~bad_typeid()
94 const char* bad_typeid::what() const _GABIXX_NOEXCEPT { in what()
Ddelete.cc35 void operator delete(void* ptr) _GABIXX_NOEXCEPT in operator delete()
42 void operator delete[](void* ptr) _GABIXX_NOEXCEPT in operator delete[]()
48 void operator delete(void* ptr, const std::nothrow_t &) _GABIXX_NOEXCEPT in operator delete()
55 void operator delete[](void* ptr, const std::nothrow_t &nt) _GABIXX_NOEXCEPT in operator delete[]()
Dterminate.cc98 terminate_handler get_terminate() _GABIXX_NOEXCEPT { in get_terminate()
102 terminate_handler set_terminate(terminate_handler f) _GABIXX_NOEXCEPT { in set_terminate()
113 unexpected_handler get_unexpected() _GABIXX_NOEXCEPT { in get_unexpected()
117 unexpected_handler set_unexpected(unexpected_handler f) _GABIXX_NOEXCEPT { in set_unexpected()
Dcxxabi.cc289 extern "C" __cxa_eh_globals* __cxa_get_globals() _GABIXX_NOEXCEPT { in __cxa_get_globals()
293 extern "C" __cxa_eh_globals* __cxa_get_globals_fast() _GABIXX_NOEXCEPT { in __cxa_get_globals_fast()
297 extern "C" void *__cxa_allocate_exception(size_t thrown_size) _GABIXX_NOEXCEPT { in __cxa_allocate_exception()
311 extern "C" void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT { in __cxa_free_exception()
356 extern "C" void* __cxa_begin_catch(void* exc) _GABIXX_NOEXCEPT { in __cxa_begin_catch()
380 extern "C" void __cxa_end_catch() _GABIXX_NOEXCEPT { in __cxa_end_catch()
411 extern "C" void* __cxa_get_exception_ptr(void* exceptionObject) _GABIXX_NOEXCEPT { in __cxa_get_exception_ptr()
418 extern "C" bool __cxa_uncaught_exception() _GABIXX_NOEXCEPT { in __cxa_uncaught_exception()
426 _GABIXX_NOEXCEPT { in __cxa_decrement_exception_refcount()
437 _GABIXX_NOEXCEPT { in __cxa_increment_exception_refcount()
[all …]
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h93 __cxa_eh_globals* __cxa_get_globals() _GABIXX_NOEXCEPT ;
94 __cxa_eh_globals* __cxa_get_globals_fast() _GABIXX_NOEXCEPT;
96 void* __cxa_allocate_exception(size_t thrown_size) _GABIXX_NOEXCEPT;
97 void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT;
105 void* __cxa_begin_catch(void* exceptionObject) _GABIXX_NOEXCEPT;
106 void __cxa_end_catch() _GABIXX_NOEXCEPT;
116 void* __cxa_get_exception_ptr(void* exceptionObject) _GABIXX_NOEXCEPT;
122 bool __cxa_uncaught_exception() _GABIXX_NOEXCEPT;
125 _GABIXX_NOEXCEPT;
128 _GABIXX_NOEXCEPT;
[all …]
Dexception39 exception() _GABIXX_NOEXCEPT;
40 virtual ~exception() _GABIXX_NOEXCEPT;
41 virtual const char* what() const _GABIXX_NOEXCEPT;
46 bad_exception() _GABIXX_NOEXCEPT;
47 virtual ~bad_exception() _GABIXX_NOEXCEPT;
48 virtual const char* what() const _GABIXX_NOEXCEPT;
52 terminate_handler get_terminate() _GABIXX_NOEXCEPT;
53 terminate_handler set_terminate(terminate_handler f) _GABIXX_NOEXCEPT;
57 unexpected_handler get_unexpected() _GABIXX_NOEXCEPT;
58 unexpected_handler set_unexpected(unexpected_handler f) _GABIXX_NOEXCEPT;
[all …]
Dgabixx_config.h43 # define _GABIXX_NOEXCEPT noexcept macro
47 # define _GABIXX_NOEXCEPT throw() macro