Searched refs:__is_gxx_exception_class (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/libstdc++/libsupc++/
H A Deh_arm.cc49 if (!__is_gxx_exception_class(ue_header->exception_class))
92 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class);
133 if (__is_gxx_exception_class(header->unwindHeader.exception_class))
H A Deh_catch.cc58 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
108 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
H A Deh_call.cc54 if (__is_gxx_exception_class(ue_header->exception_class))
83 if (__is_gxx_exception_class(exc_obj->exception_class))
H A Dunwind-cxx.h178 __is_gxx_exception_class(_Unwind_Exception_Class c) function in namespace:__cxxabiv1
216 __is_gxx_exception_class(_Unwind_Exception_Class c) function in namespace:__cxxabiv1
H A Deh_throw.cc91 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
H A Deh_personality.cc415 foreign_exception = !__is_gxx_exception_class(exception_class);

Completed in 22 milliseconds