Searched refs:throw_type (Results 1 – 3 of 3) sorted by relevance
220 const std::type_info *throw_type, in get_adjusted_ptr() argument229 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() local539 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 …]
53 const std::type_info* throw_type = xh->exceptionType; in __cxa_type_match() local60 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()
645 tree throw_type; in build_throw() local777 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()