Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_personality.cc220 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()
529 _throw_typet* throw_type; in PERSONALITY_FUNCTION() local
539 throw_type = 0; in PERSONALITY_FUNCTION()
542 throw_type = ue_header; in PERSONALITY_FUNCTION()
544 throw_type = xh->exceptionType; in PERSONALITY_FUNCTION()
566 || (throw_type in PERSONALITY_FUNCTION()
567 && get_adjusted_ptr (catch_type, throw_type, in PERSONALITY_FUNCTION()
582 if (throw_type in PERSONALITY_FUNCTION()
[all …]
H A 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()
/freebsd-12.1/contrib/gcc/cp/
H A Dexcept.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()