Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
Dos_object_base.h14 ((type *) OSMetaClassBase::safeMetaCast((inst), OSTypeID(type)))
16 ((type *) OSMetaClassBase::requiredMetaCast((inst), OSTypeID(type)))
27 struct OSMetaClassBase { struct
28 static OSMetaClassBase *safeMetaCast(const OSMetaClassBase *inst,
30 static OSMetaClassBase *requiredMetaCast(const OSMetaClassBase *inst,
33 OSMetaClassBase *metaCast(const char *toMeta);
42 virtual ~OSMetaClassBase(){}; in ~OSMetaClassBase() argument
47 typedef kern_return_t (*OSDispatchMethod)(OSMetaClassBase *self,
50 struct OSObject : public OSMetaClassBase {
67 struct OSMetaClass : public OSMetaClassBase {
Dosobject-retain-release.cpp64 bool test_meta_cast_no_leak(OSMetaClassBase *arg) { in test_meta_cast_no_leak()