Searched refs:ObjKind (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 144 enum ObjKind { enum 156 ObjKind O; 158 RetEffect(Kind k, ObjKind o = AnyObj) : K(k), O(o) {} in K() 163 ObjKind getObjKind() const { return O; } in getObjKind() 182 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) { 185 static RetEffect MakeNotOwned(ObjKind o) { in MakeNotOwned()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 137 RefVal(Kind k, RetEffect::ObjKind o, unsigned cnt, unsigned acnt, QualType t, in RefVal() 150 RetEffect::ObjKind getObjKind() const { in getObjKind() 151 return static_cast<RetEffect::ObjKind>(RawObjectKind); in getObjKind() 199 static RefVal makeOwned(RetEffect::ObjKind o, QualType t, in makeOwned() 208 static RefVal makeNotOwned(RetEffect::ObjKind o, QualType t, in makeNotOwned() 2851 RetEffect::ObjKind Kind; in checkPostStmt()
|