Home
last modified time | relevance | path

Searched refs:__is_gxx_exception_class (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/libsupc++/
Deh_arm.cc49 if (!__is_gxx_exception_class(ue_header->exception_class)) in __cxa_type_match()
92 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup()
133 if (__is_gxx_exception_class(header->unwindHeader.exception_class)) in __gnu_end_cleanup()
Deh_catch.cc58 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_begin_catch()
108 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_end_catch()
Deh_call.cc54 if (__is_gxx_exception_class(ue_header->exception_class)) in __cxa_call_terminate()
83 if (__is_gxx_exception_class(exc_obj->exception_class)) in __cxa_call_unexpected()
Dunwind-cxx.h178 __is_gxx_exception_class(_Unwind_Exception_Class c) in __is_gxx_exception_class() function
216 __is_gxx_exception_class(_Unwind_Exception_Class c) in __is_gxx_exception_class() function
Deh_throw.cc91 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_rethrow()
Deh_personality.cc414 foreign_exception = !__is_gxx_exception_class(exception_class); in PERSONALITY_FUNCTION()
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-20051988 (__cxa_begin_catch): Ditto. Use __is_gxx_exception_class. Call
1990 (__cxa_end_catch): Use __is_gxx_exception_class.
2001 (__cxa_rethrow): Use __is_gxx_exception_class. Call
2011 (__is_gxx_exception_class, __GXX_INIT_EXCEPTION_CLASS,