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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/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.cc59 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
109 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
H A Deh_call.cc55 if (__is_gxx_exception_class(ue_header->exception_class))
84 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
222 __is_gxx_exception_class(_Unwind_Exception_Class c) function in namespace:__cxxabiv1
H A Deh_throw.cc92 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
H A Deh_personality.cc412 foreign_exception = !__is_gxx_exception_class(exception_class);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_arm.cc45 bool foreign_exception = !forced_unwind && !__is_gxx_exception_class(ue_header->exception_class);
100 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class);
141 if (__is_gxx_exception_class(header->unwindHeader.exception_class))
H A Deh_catch.cc53 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
103 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
H A Deh_call.cc50 if (__is_gxx_exception_class(ue_header->exception_class))
79 if (__is_gxx_exception_class(exc_obj->exception_class))
H A Deh_throw.cc98 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
H A Dunwind-cxx.h253 __is_gxx_exception_class(_Unwind_Exception_Class c) function in namespace:__cxxabiv1
356 __is_gxx_exception_class(_Unwind_Exception_Class c) function in namespace:__cxxabiv1
H A Deh_ptr.cc158 if (!__is_gxx_exception_class (header->unwindHeader.exception_class))
H A Deh_personality.cc423 foreign_exception = !__is_gxx_exception_class(exception_class);

Completed in 116 milliseconds