Searched refs:SelfVal (Results 1 – 3 of 3) sorted by relevance
258 SVal SelfVal; in checkBeginFunction() local259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()490 SVal SelfVal; in diagnoseMissingReleases() local491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
388 SVal SelfVal = State->getSVal(State->getRegion(SelfDecl, LocCtxt)); in checkSelfIvarsForInvariantViolation() local400 SVal LV = State->getLValue(IvarDecl, SelfVal); in checkSelfIvarsForInvariantViolation()
982 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local983 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()984 return SelfVal; in getReceiverSVal()996 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper() local998 return (RecVal == SelfVal); in isReceiverSelfOrSuper()1282 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local1284 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()1360 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local1361 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()1365 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()