Searched refs:__pbase_type_info (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/cxx/include/
H A Dprivate_typeinfo.h207 class __attribute__ ((__visibility__("default"))) __pbase_type_info class in namespace:__cxxabiv1
223 __attribute__ ((__visibility__("hidden"))) virtual ~__pbase_type_info();
228 : public __pbase_type_info
236 : public __pbase_type_info
/barrelfish-master/lib/cxx/cxxabi/
H A Dprivate_typeinfo.h197 class _LIBCXXABI_TYPE_VIS __pbase_type_info : public __shim_type_info { class in namespace:__cxxabiv1
225 _LIBCXXABI_HIDDEN virtual ~__pbase_type_info();
230 class _LIBCXXABI_TYPE_VIS __pointer_type_info : public __pbase_type_info {
239 : public __pbase_type_info {
H A Dprivate_typeinfo.cpp127 // __pbase_type_info
129 __pbase_type_info::~__pbase_type_info()
341 __pbase_type_info::can_catch(const __shim_type_info* thrown_type,
347 const __pbase_type_info* thrown_pbase = dynamic_cast<const __pbase_type_info*>(
375 if (__pbase_type_info::can_catch(thrown_type, adjustedPtr)) {
493 if (__pbase_type_info::can_catch(thrown_type, adjustedPtr))

Completed in 44 milliseconds