HomeSort by relevance Sort by last modified time
    Searched refs:_GABIXX_NOEXCEPT (Results 1 - 12 of 12) sorted by null

  /ndk/sources/cxx-stl/gabi++/src/
exception.cc 36 exception::exception() _GABIXX_NOEXCEPT {
40 exception::~exception() _GABIXX_NOEXCEPT {
43 const char* exception::what() const _GABIXX_NOEXCEPT {
48 bad_exception::bad_exception() _GABIXX_NOEXCEPT {
52 bad_exception::~bad_exception() _GABIXX_NOEXCEPT {
55 const char* bad_exception::what() const _GABIXX_NOEXCEPT {
60 bool uncaught_exception() _GABIXX_NOEXCEPT {
delete.cc 35 void operator delete(void* ptr) _GABIXX_NOEXCEPT
42 void operator delete[](void* ptr) _GABIXX_NOEXCEPT
48 void operator delete(void* ptr, const std::nothrow_t &) _GABIXX_NOEXCEPT
55 void operator delete[](void* ptr, const std::nothrow_t &nt) _GABIXX_NOEXCEPT
type_info.cc 78 bad_cast::bad_cast() _GABIXX_NOEXCEPT {
81 bad_cast::~bad_cast() _GABIXX_NOEXCEPT {
84 const char* bad_cast::what() const _GABIXX_NOEXCEPT {
88 bad_typeid::bad_typeid() _GABIXX_NOEXCEPT {
91 bad_typeid::~bad_typeid() _GABIXX_NOEXCEPT {
94 const char* bad_typeid::what() const _GABIXX_NOEXCEPT {
new.cc 44 bad_alloc::bad_alloc() _GABIXX_NOEXCEPT {
47 bad_alloc::~bad_alloc() _GABIXX_NOEXCEPT {
50 const char* bad_alloc::what() const _GABIXX_NOEXCEPT {
54 bad_array_new_length::bad_array_new_length() _GABIXX_NOEXCEPT
58 bad_array_new_length::~bad_array_new_length() _GABIXX_NOEXCEPT
63 bad_array_new_length::what() const _GABIXX_NOEXCEPT
70 bad_array_length::bad_array_length() _GABIXX_NOEXCEPT
74 bad_array_length::~bad_array_length() _GABIXX_NOEXCEPT
79 bad_array_length::what() const _GABIXX_NOEXCEPT
85 new_handler set_new_handler(new_handler next_handler) _GABIXX_NOEXCEPT {
    [all...]
terminate.cc 98 terminate_handler get_terminate() _GABIXX_NOEXCEPT {
102 terminate_handler set_terminate(terminate_handler f) _GABIXX_NOEXCEPT {
113 unexpected_handler get_unexpected() _GABIXX_NOEXCEPT {
117 unexpected_handler set_unexpected(unexpected_handler f) _GABIXX_NOEXCEPT {
cxxabi.cc 289 extern "C" __cxa_eh_globals* __cxa_get_globals() _GABIXX_NOEXCEPT {
293 extern "C" __cxa_eh_globals* __cxa_get_globals_fast() _GABIXX_NOEXCEPT {
297 extern "C" void *__cxa_allocate_exception(size_t thrown_size) _GABIXX_NOEXCEPT {
311 extern "C" void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT {
356 extern "C" void* __cxa_begin_catch(void* exc) _GABIXX_NOEXCEPT {
380 extern "C" void __cxa_end_catch() _GABIXX_NOEXCEPT {
411 extern "C" void* __cxa_get_exception_ptr(void* exceptionObject) _GABIXX_NOEXCEPT {
418 extern "C" bool __cxa_uncaught_exception() _GABIXX_NOEXCEPT {
426 _GABIXX_NOEXCEPT {
437 _GABIXX_NOEXCEPT {
    [all...]
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 93 __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...]
gabixx_config.h 37 // Use _GABIXX_NOEXCEPT to use the equivalent of the C++11 noexcept
43 # define _GABIXX_NOEXCEPT noexcept
47 # define _GABIXX_NOEXCEPT throw()
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h 93 __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...]
gabixx_config.h 37 // Use _GABIXX_NOEXCEPT to use the equivalent of the C++11 noexcept
43 # define _GABIXX_NOEXCEPT noexcept
47 # define _GABIXX_NOEXCEPT throw()
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h 93 __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...]
gabixx_config.h 37 // Use _GABIXX_NOEXCEPT to use the equivalent of the C++11 noexcept
43 # define _GABIXX_NOEXCEPT noexcept
47 # define _GABIXX_NOEXCEPT throw()

Completed in 91 milliseconds