Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSMetaClass.cpp293 const OSMetaClass * toType) in safeMetaCast() argument
295 return (me)? me->metaCast(toType) : NULL; in safeMetaCast()
302 const OSMetaClass *toType) in panic_crash_fail_cast() argument
304 panic("Unexpected cast fail: from %p to %p", me, toType); in panic_crash_fail_cast()
311 const OSMetaClass * toType) in requiredMetaCast() argument
316 OSMetaClassBase *tmp = safeMetaCast(me, toType); in requiredMetaCast()
318 panic_crash_fail_cast(me, toType); in requiredMetaCast()
330 const OSMetaClass * toType = OSTypeIDInst(typeinst); in checkTypeInst() local
331 return typeinst && inst && (NULL != inst->metaCast(toType)); in checkTypeInst()