Searched refs:cppobj (Results 1 – 2 of 2) sorted by relevance
61 const vtable_ptr *vtable = get_vtable( cppobj ); in get_obj_locator()753 const type_info* CDECL __RTtypeid(void *cppobj) in __RTtypeid() argument757 if (!cppobj) in __RTtypeid()781 const type_info* CDECL __RTtypeid(void *cppobj) in __RTtypeid() argument785 if (!cppobj) in __RTtypeid()838 void* CDECL __RTDynamicCast(void *cppobj, int unknown, in __RTDynamicCast() argument844 if (!cppobj) return NULL; in __RTDynamicCast()902 void* CDECL __RTDynamicCast(void *cppobj, int unknown, in __RTDynamicCast() argument908 if (!cppobj) return NULL; in __RTDynamicCast()980 void* CDECL __RTCastToVoid(void *cppobj) in __RTCastToVoid() argument[all …]
885 static inline void/*rtti_object_locator*/ *get_obj_locator( void *cppobj ) in get_obj_locator() argument887 const vtable_ptr *vtable = get_vtable( cppobj ); in get_obj_locator()