Home
last modified time | relevance | path

Searched refs:throw_type (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/libstdc++/libsupc++/
Deh_personality.cc107 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \ argument
108 (__cxa_type_match (throw_type, catch_type, false, thrown_ptr_p) \
114 check_exception_spec(lsda_header_info* info, _throw_typet* throw_type, in check_exception_spec() argument
141 if (get_adjusted_ptr(catch_type, throw_type, &thrown_ptr)) in check_exception_spec()
220 const std::type_info *throw_type, in get_adjusted_ptr() argument
229 if (throw_type->__is_pointer_p ()) in get_adjusted_ptr()
232 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1)) in get_adjusted_ptr()
244 check_exception_spec(lsda_header_info* info, _throw_typet* throw_type, in check_exception_spec() argument
268 if (get_adjusted_ptr (catch_type, throw_type, &thrown_ptr)) in check_exception_spec()
529 _throw_typet* throw_type; in PERSONALITY_FUNCTION() local
[all …]
Deh_arm.cc53 const std::type_info* throw_type = xh->exceptionType; in __cxa_type_match() local
60 if (throw_type->__is_pointer_p()) in __cxa_type_match()
63 if (catch_type->__do_catch(throw_type, &thrown_ptr, 1)) in __cxa_type_match()
72 static_cast<const __pointer_type_info *> (throw_type); in __cxa_type_match()
/NextBSD/contrib/gcc/cp/
HDexcept.c645 tree throw_type; in build_throw() local
777 throw_type = build_eh_type_type (prepare_eh_type (TREE_TYPE (object))); in build_throw()
793 tmp = tree_cons (NULL_TREE, throw_type, tmp); in build_throw()