Home
last modified time | relevance | path

Searched refs:can_catch_nested (Results 1 – 2 of 2) sorted by relevance

/external/libcxxabi/src/
Dprivate_typeinfo.cpp411 return nested_pointer_type->can_catch_nested(thrown_pointer_type->__pointee); in can_catch()
419 return member_ptr_type->can_catch_nested(thrown_pointer_type->__pointee); in can_catch()
443 bool __pointer_type_info::can_catch_nested( in can_catch_nested() function in __cxxabiv1::__pointer_type_info
464 return nested_pointer_type->can_catch_nested( in can_catch_nested()
472 return member_ptr_type->can_catch_nested(thrown_pointer_type->__pointee); in can_catch_nested()
519 bool __pointer_to_member_type_info::can_catch_nested( in can_catch_nested() function in __cxxabiv1::__pointer_to_member_type_info
Dprivate_typeinfo.h236 _LIBCXXABI_HIDDEN bool can_catch_nested(const __shim_type_info *) const;
247 _LIBCXXABI_HIDDEN bool can_catch_nested(const __shim_type_info *) const;