Home | History | Annotate | Download | only in include

Lines Matching refs:_GABIXX_NOEXCEPT

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;
132 void* __cxa_current_primary_exception() _GABIXX_NOEXCEPT;