Searched defs:thrown_type (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/lib/libstdc++/libstdc++/libsupc++/ |
H A D | tinfo2.cc | 116 const __pbase_type_info *thrown_type = in __do_catch() local 130 __pointer_catch (const __pbase_type_info *thrown_type, in __pointer_catch() 138 __pointer_catch (const __pbase_type_info *thrown_type, in __pointer_catch() 158 const __pointer_to_member_type_info *thrown_type = in __pointer_catch() local
|
/openbsd/gnu/gcc/libstdc++-v3/libsupc++/ |
H A D | tinfo2.cc | 116 const __pbase_type_info *thrown_type = in __do_catch() local 130 __pointer_catch (const __pbase_type_info *thrown_type, in __pointer_catch() 138 __pointer_catch (const __pbase_type_info *thrown_type, in __pointer_catch() 158 const __pointer_to_member_type_info *thrown_type = in __pointer_catch() local
|
/openbsd/gnu/llvm/libcxxabi/src/ |
H A D | private_typeinfo.cpp | 183 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() 211 __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() 224 __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() 346 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() 370 __pointer_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() 481 const __shim_type_info* thrown_type, void*& adjustedPtr) const { in can_catch() argument
|
H A D | cxa_default_handlers.cpp | 62 const __shim_type_info* thrown_type = in demangling_terminate_handler() local
|