Home
last modified time | relevance | path

Searched refs:vtable_ptr (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/crt/wine/
H A Dcppexcept.h34 typedef void (*vtable_ptr)(void); typedef
39 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; \
H A Dcpp.c48 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;
H A Dcxx.h287 extern const vtable_ptr type_info_vtable;
/reactos/sdk/lib/crt/include/internal/wine/
H A Dcppexcept.h37 typedef void (*vtable_ptr)(); typedef
42 const vtable_ptr *vtable;
50 const vtable_ptr *vtable;
/reactos/modules/rostests/winetests/msvcrt/
H A Dcpp.c23 typedef void (*vtable_ptr)(void); typedef
27 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()