Searched refs:SelfVal (Results 1 – 3 of 3) sorted by relevance
259 SVal SelfVal; in checkBeginFunction() local260 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()263 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()285 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()491 SVal SelfVal; in diagnoseMissingReleases() local492 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()495 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()500 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
424 SVal SelfVal = State->getSVal(State->getRegion(SelfDecl, LocCtxt)); in checkSelfIvarsForInvariantViolation() local436 SVal LV = State->getLValue(IvarDecl, SelfVal); in checkSelfIvarsForInvariantViolation()
987 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local988 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()989 return SelfVal; in getReceiverSVal()1001 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper() local1003 return (RecVal == SelfVal); in isReceiverSelfOrSuper()1287 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local1289 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()1365 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local1366 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()1370 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()