Home | History | Annotate | Download | only in include

Lines Matching refs:_GLIBCXX_NOTHROW

104 		    __cxa_cdtor_type __destructor) _GLIBCXX_NOTHROW;
125 __cxa_guard_release(__guard*) _GLIBCXX_NOTHROW;
128 __cxa_guard_abort(__guard*) _GLIBCXX_NOTHROW;
132 __cxa_atexit(void (*)(void*), void*, void*) _GLIBCXX_NOTHROW;
588 __cxa_get_globals() _GLIBCXX_NOTHROW __attribute__ ((__const__));
591 __cxa_get_globals_fast() _GLIBCXX_NOTHROW __attribute__ ((__const__));
595 __cxa_allocate_exception(size_t) _GLIBCXX_NOTHROW;
599 __cxa_free_exception(void*) _GLIBCXX_NOTHROW;
608 __cxa_get_exception_ptr(void*) _GLIBCXX_NOTHROW __attribute__ ((__pure__));
611 __cxa_begin_catch(void*) _GLIBCXX_NOTHROW;
622 __cxa_current_exception_type() _GLIBCXX_NOTHROW __attribute__ ((__pure__));
628 __cxa_allocate_dependent_exception() _GLIBCXX_NOTHROW;
632 __cxa_free_dependent_exception(__cxa_dependent_exception*) _GLIBCXX_NOTHROW;