Searched refs:thrown_pointer_type (Results 1 – 1 of 1) sorted by relevance
386 const __pointer_type_info* thrown_pointer_type = in can_catch() local388 if (thrown_pointer_type == 0) in can_catch()394 if (thrown_pointer_type->__flags & ~__flags & __no_remove_flags_mask) in can_catch()396 if (__flags & ~thrown_pointer_type->__flags & __no_add_flags_mask) in can_catch()398 if (is_equal(__pointee, thrown_pointer_type->__pointee, false)) in can_catch()405 dynamic_cast<const __function_type_info*>(thrown_pointer_type->__pointee); in can_catch()413 return nested_pointer_type->can_catch_nested(thrown_pointer_type->__pointee); in can_catch()421 return member_ptr_type->can_catch_nested(thrown_pointer_type->__pointee); in can_catch()430 dynamic_cast<const __class_type_info*>(thrown_pointer_type->__pointee); in can_catch()448 const __pointer_type_info* thrown_pointer_type = in can_catch_nested() local[all …]