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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/18_support/exception/
H A D38732.cc26 // current exceptionType. __cxa_exception structure is described in the
32 std::type_info *exceptionType; member in struct:__cxa_exception
71 VERIFY ( typeid(int) == *exc->exceptionType );
78 VERIFY ( typeid(long long int) == *exc->exceptionType );
85 VERIFY ( typeid(double) == *exc->exceptionType );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/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.cc62 header->exceptionType = tinfo;
H A Dunwind-cxx.h55 std::type_info *exceptionType; member in struct:__cxxabiv1::__cxa_exception
H A Deh_personality.cc536 throw_type = xh->exceptionType;
732 if (check_exception_spec (&info, new_xh->exceptionType,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_type.cc48 return header->exceptionType;
H A Deh_arm.cc58 (dx->primaryException)->exceptionType;
60 throw_type = xh->exceptionType;
H A Deh_throw.cc68 header->exc.exceptionType = tinfo;
H A Deh_ptr.cc134 return eh->exceptionType;
H A Deh_personality.cc570 (thrown_ptr)->exceptionType;
770 (new_ptr)->exceptionType,
H A Dunwind-cxx.h52 std::type_info *exceptionType; member in struct:__cxxabiv1::__cxa_exception

Completed in 99 milliseconds