Searched refs:vtable_ptr (Results 1 – 5 of 5) sorted by relevance
34 typedef void (*vtable_ptr)(void); typedef39 const vtable_ptr *vtable;47 const vtable_ptr *vtable;252 static exception* __exception_ctor(exception *this, const char *str, const vtable_ptr *vtbl) \270 static exception* __exception_copy_ctor(exception *this, const exception *rhs, const vtable_ptr *vt…283 extern const vtable_ptr exception_name ## _vtable; \
48 extern const vtable_ptr bad_typeid_vtable;49 extern const vtable_ptr bad_cast_vtable;50 extern const vtable_ptr __non_rtti_object_vtable;51 extern const vtable_ptr type_info_vtable;54 static inline const vtable_ptr *get_vtable( void *obj ) in get_vtable()56 return *(const vtable_ptr **)obj; in get_vtable()61 const vtable_ptr *vtable = get_vtable( cppobj ); in get_obj_locator()537 extern const vtable_ptr bad_alloc_vtable;
287 extern const vtable_ptr type_info_vtable;
37 typedef void (*vtable_ptr)(); typedef42 const vtable_ptr *vtable;50 const vtable_ptr *vtable;
23 typedef void (*vtable_ptr)(void); typedef27 vtable_ptr *vtable;34 vtable_ptr *vtable;61 static vtable_ptr *pexception_vtable;72 static vtable_ptr *pbad_typeid_vtable;84 static vtable_ptr *pbad_cast_vtable;94 static vtable_ptr *p__non_rtti_object_vtable;880 static inline vtable_ptr *get_vtable( void *obj ) in get_vtable()882 return *(vtable_ptr **)obj; in get_vtable()887 const vtable_ptr *vtable = get_vtable( cppobj ); in get_obj_locator()