Searched refs:exceptionType (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Deh_type.cc46 return header->exceptionType;
H A Deh_arm.cc53 const std::type_info* throw_type = xh->exceptionType;
H A Deh_throw.cc61 header->exceptionType = tinfo;
H A Dunwind-cxx.h55 std::type_info *exceptionType; member in struct:__cxxabiv1::__cxa_exception
H A Deh_personality.cc545 throw_type = xh->exceptionType;
741 if (check_exception_spec (&info, new_xh->exceptionType,
/freebsd-9.3-release/contrib/libcxxrt/
H A Dcxxabi.h93 std::type_info *exceptionType; member in struct:__cxxabiv1::__cxa_exception
H A Dexception.cc201 std::type_info *exceptionType; member in struct:__cxa_dependent_exception
696 dynamic_cast<const __class_type_info*>(thrown_exception->exceptionType);
710 const char *mangled = thrown_exception->exceptionType->name();
761 ex->exceptionType = tinfo;
781 ex->exceptionType = original->exceptionType;
900 const std::type_info *ex_type = ex ? ex->exceptionType : 0;
1325 return ex ? ex->exceptionType : 0;

Completed in 51 milliseconds