HomeSort by relevance Sort by last modified time
    Searched refs:_GABIXX_NOEXCEPT (Results 1 - 6 of 6) 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 {
51 bad_exception::~bad_exception() _GABIXX_NOEXCEPT {
54 const char* bad_exception::what() const _GABIXX_NOEXCEPT {
59 bad_cast::bad_cast() _GABIXX_NOEXCEPT {
62 bad_cast::~bad_cast() _GABIXX_NOEXCEPT {
65 const char* bad_cast::what() const _GABIXX_NOEXCEPT {
69 bad_typeid::bad_typeid() _GABIXX_NOEXCEPT {
    [all...]
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
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 new_handler set_new_handler(new_handler next_handler) _GABIXX_NOEXCEPT {
80 _GABIXX_NOEXCEPT {
95 _GABIXX_NOEXCEPT {
cxxabi.cc 268 extern "C" bool __cxa_uncaught_exception() _GABIXX_NOEXCEPT {
276 _GABIXX_NOEXCEPT {
287 _GABIXX_NOEXCEPT {
304 extern "C" void* __cxa_current_primary_exception() _GABIXX_NOEXCEPT {
  /ndk/sources/cxx-stl/gabi++/include/
gabixx_config.h 37 // Use _GABIXX_NOEXCEPT to use the equivalent of the C++11 noexcept
42 # define _GABIXX_NOEXCEPT noexcept
45 # define _GABIXX_NOEXCEPT throw()
cxxabi.h 110 bool __cxa_uncaught_exception() _GABIXX_NOEXCEPT;
111 void __cxa_decrement_exception_refcount(void* exceptionObject) _GABIXX_NOEXCEPT;
112 void __cxa_increment_exception_refcount(void* exceptionObject) _GABIXX_NOEXCEPT;
114 void* __cxa_current_primary_exception() _GABIXX_NOEXCEPT;

Completed in 41 milliseconds