Searched refs:SelfFlag_Self (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCSelfInitChecker.cpp | 97 SelfFlag_Self = 0x1, enumerator 141 if (!hasSelfFlag(exprVal, SelfFlag_Self, C)) in isInvalidSelf() 261 } else if (hasSelfFlag(argV, SelfFlag_Self, C)) { in checkPreCall() 291 } else if (hasSelfFlag(argV, SelfFlag_Self, C)) { in checkPostCall() 315 addSelfFlag(state, state->getSVal(location.castAs<Loc>()), SelfFlag_Self, in checkLocation() 329 !hasSelfFlag(val, SelfFlag_Self, C) && in checkBind() 356 if (PreCallFlags & SelfFlag_Self) { in printState() 374 if (I->second & SelfFlag_Self) in printState()
|