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 136 enum ObjKind {
148 ObjKind O;
150 RetEffect(Kind k, ObjKind o = AnyObj) : K(k), O(o) {}
155 ObjKind getObjKind() const { return O; }
174 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) {
177 static RetEffect MakeNotOwned(ObjKind o) {
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 122 /// See the RetEffect::ObjKind enum for possible values.
136 RefVal(Kind k, RetEffect::ObjKind o, unsigned cnt, unsigned acnt, QualType t,
149 RetEffect::ObjKind getObjKind() const {
150 return static_cast<RetEffect::ObjKind>(RawObjectKind);
198 static RefVal makeOwned(RetEffect::ObjKind o, QualType t,
207 static RefVal makeNotOwned(RetEffect::ObjKind o, QualType t,
    [all...]

Completed in 44 milliseconds