Searched refs:SelfFlag_Self (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCSelfInitChecker.cpp | 92 SelfFlag_Self = 0x1, enumerator 136 if (!hasSelfFlag(exprVal, SelfFlag_Self, C)) in isInvalidSelf() 258 } else if (hasSelfFlag(argV, SelfFlag_Self, C)) { in checkPreCall() 288 } else if (hasSelfFlag(argV, SelfFlag_Self, C)) { in checkPostCall() 312 addSelfFlag(state, state->getSVal(location.castAs<Loc>()), SelfFlag_Self, in checkLocation() 326 !hasSelfFlag(val, SelfFlag_Self, C) && in checkBind() 353 if (PreCallFlags & SelfFlag_Self) { in printState() 371 if (I->second & SelfFlag_Self) in printState()
|