Searched refs:catch_type (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_arm.cc45 const std::type_info* catch_type,
63 if (catch_type->__do_catch(throw_type, &thrown_ptr, 1))
67 if (typeid(*catch_type) == typeid (typeid(void*)))
70 static_cast<const __pointer_type_info *> (catch_type);
44 __cxa_type_match(_Unwind_Exception* ue_header, const std::type_info* catch_type, bool is_reference __attribute__((__unused__)), void** thrown_ptr_p) argument
H A Deh_call.cc129 const std::type_info* catch_type;
141 catch_type = (const std::type_info*) (offset);
143 if (__cxa_type_match(&new_xh->unwindHeader, catch_type, false,
147 if (catch_type->__do_catch(&bad_exc, 0, 1))
H A Deh_personality.cc108 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \
109 (__cxa_type_match (throw_type, catch_type, false, thrown_ptr_p) \
123 const std::type_info* catch_type;
136 catch_type = reinterpret_cast<const std::type_info*>(tmp);
142 if (get_adjusted_ptr(catch_type, throw_type, &thrown_ptr))
220 get_adjusted_ptr (const std::type_info *catch_type,
233 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1))
252 const std::type_info *catch_type;
263 catch_type = get_ttype_entry (info, tmp);
269 if (get_adjusted_ptr (catch_type, throw_typ
122 const std::type_info* catch_type; local
219 get_adjusted_ptr(const std::type_info *catch_type, const std::type_info *throw_type, void **thrown_ptr_p) argument
251 const std::type_info *catch_type; local
528 const std::type_info* catch_type; local
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc106 get_adjusted_ptr (const std::type_info *catch_type,
119 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1))
138 const std::type_info *catch_type;
149 catch_type = get_ttype_entry (info, tmp);
155 if (get_adjusted_ptr (catch_type, throw_type, &thrown_ptr))
316 const std::type_info *throw_type, *catch_type;
344 catch_type = get_ttype_entry (&info, ar_filter);
348 if (! catch_type
350 && get_adjusted_ptr (catch_type, throw_type,
105 get_adjusted_ptr(const std::type_info *catch_type, const std::type_info *throw_type, void **thrown_ptr_p) argument
137 const std::type_info *catch_type; local
315 const std::type_info *throw_type, *catch_type; local
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_default_handlers.cpp66 const __shim_type_info* catch_type =
68 if (catch_type->can_catch(thrown_type, thrown_object))
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djcf-dump.c779 int catch_type = GET_u2 (ptr+6); variable
781 start_pc, end_pc, handler_pc, catch_type);
782 if (catch_type == 0)
787 print_constant_terse (out, jcf, catch_type, CONSTANT_Class);
H A Dverify.c462 int start_pc, end_pc, handler_pc, catch_type; local
469 catch_type = GET_u2 (p+6);
489 catch_type == 0 ? NULL_TREE
490 : get_class_constant (jcf, catch_type));

Completed in 125 milliseconds