Searched refs:SelfVal (Results 1 – 3 of 3) sorted by relevance
265 SVal SelfVal; in checkBeginFunction() local266 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()269 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()291 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()497 SVal SelfVal; in diagnoseMissingReleases() local498 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()501 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()506 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
409 SVal SelfVal = State->getSVal(State->getRegion(SelfDecl, LocCtxt)); in checkSelfIvarsForInvariantViolation() local421 SVal LV = State->getLValue(IvarDecl, SelfVal); in checkSelfIvarsForInvariantViolation()
723 SVal SelfVal = getSelfSVal(); in getReceiverSVal() local724 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()725 return SelfVal; in getReceiverSVal()1026 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local1027 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()1031 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()