Searched refs:__function_type_info (Results 1 - 2 of 2) sorted by relevance

/external/libcxxabi/src/
H A Dprivate_typeinfo.h44 class _LIBCXXABI_TYPE_VIS __function_type_info : public __shim_type_info { class in namespace:__cxxabiv1
46 _LIBCXXABI_HIDDEN virtual ~__function_type_info();
H A Dprivate_typeinfo.cpp99 // __function_type_info
101 __function_type_info::~__function_type_info()
197 __function_type_info::can_catch(const __shim_type_info*, void*&) const
401 const __function_type_info* thrown_function =
402 dynamic_cast<const __function_type_info*>(thrown_pointer_type->__pointee);
484 if (dynamic_cast<const __function_type_info*>(__pointee)) {

Completed in 117 milliseconds