Searched defs:throw_type (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
H A D | eh_personality.cc | 114 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \ argument 121 check_exception_spec(lsda_header_info* info, _throw_typet* throw_type, in check_exception_spec() 224 const std::type_info *throw_type, in get_adjusted_ptr() 248 check_exception_spec(lsda_header_info* info, _throw_typet* throw_type, in check_exception_spec() 548 _throw_typet* throw_type; in PERSONALITY_FUNCTION() local
|
H A D | eh_arm.cc | 53 const std::type_info* throw_type; in __cxa_type_match() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | eh_personality.cc | 114 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \ argument 121 check_exception_spec(lsda_header_info* info, _throw_typet* throw_type, in check_exception_spec() 224 const std::type_info *throw_type, in get_adjusted_ptr() 248 check_exception_spec(lsda_header_info* info, _throw_typet* throw_type, in check_exception_spec() 548 _throw_typet* throw_type; in PERSONALITY_FUNCTION() local
|
H A D | eh_arm.cc | 53 const std::type_info* throw_type; in __cxa_type_match() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | except.cc | 636 tree throw_type; in build_throw() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | except.c | 659 tree throw_type; in build_throw() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/ |
H A D | deh.d | 373 const throw_type = (cast(CxaExceptionHeader*)thrownPtr - 1).exceptionType; in getAdjustedPtr() local
|