Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/wine/
H A Dcpp.c61 const vtable_ptr *vtable = get_vtable( cppobj ); in get_obj_locator()
753 const type_info* CDECL __RTtypeid(void *cppobj) in __RTtypeid() argument
757 if (!cppobj) in __RTtypeid()
781 const type_info* CDECL __RTtypeid(void *cppobj) in __RTtypeid() argument
785 if (!cppobj) in __RTtypeid()
838 void* CDECL __RTDynamicCast(void *cppobj, int unknown, in __RTDynamicCast() argument
844 if (!cppobj) return NULL; in __RTDynamicCast()
902 void* CDECL __RTDynamicCast(void *cppobj, int unknown, in __RTDynamicCast() argument
908 if (!cppobj) return NULL; in __RTDynamicCast()
980 void* CDECL __RTCastToVoid(void *cppobj) in __RTCastToVoid() argument
[all …]
/reactos/modules/rostests/winetests/msvcrt/
H A Dcpp.c885 static inline void/*rtti_object_locator*/ *get_obj_locator( void *cppobj ) in get_obj_locator() argument
887 const vtable_ptr *vtable = get_vtable( cppobj ); in get_obj_locator()