HomeSort by relevance Sort by last modified time
    Searched refs:ObjKind (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 128 enum ObjKind {
140 ObjKind O;
142 RetEffect(Kind k, ObjKind o = AnyObj) : K(k), O(o) {}
147 ObjKind getObjKind() const { return O; }
166 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) {
169 static RetEffect MakeNotOwned(ObjKind o) {
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 112 /// See the RetEffect::ObjKind enum for possible values.
126 RefVal(Kind k, RetEffect::ObjKind o, unsigned cnt, unsigned acnt, QualType t,
137 RetEffect::ObjKind getObjKind() const {
138 return static_cast<RetEffect::ObjKind>(RawObjectKind);
182 static RefVal makeOwned(RetEffect::ObjKind o, QualType t,
191 static RefVal makeNotOwned(RetEffect::ObjKind o, QualType t,
201 static RefVal makeOverridableNotOwned(RetEffect::ObjKind o, QualType t) {
    [all...]

Completed in 107 milliseconds