Searched refs:SelfVal (Results 1 – 3 of 3) sorted by relevance
264 SVal SelfVal; in checkBeginFunction() local265 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()268 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()290 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()498 SVal SelfVal; in diagnoseMissingReleases() local499 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()502 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()507 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
432 SVal SelfVal = State->getSVal(State->getRegion(SelfDecl, LocCtxt)); in checkSelfIvarsForInvariantViolation() local444 SVal LV = State->getLValue(IvarDecl, SelfVal); in checkSelfIvarsForInvariantViolation()
1015 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local1016 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()1017 return SelfVal; in getReceiverSVal()1029 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper() local1031 return (RecVal == SelfVal); in isReceiverSelfOrSuper()1315 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local1317 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()1393 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local1394 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()1398 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()