Home
last modified time | relevance | path

Searched refs:SelfVal (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp265 SVal SelfVal; in checkBeginFunction() local
266 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() local
498 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
501 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
506 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
DNullabilityChecker.cpp409 SVal SelfVal = State->getSVal(State->getRegion(SelfDecl, LocCtxt)); in checkSelfIvarsForInvariantViolation() local
421 SVal LV = State->getLValue(IvarDecl, SelfVal); in checkSelfIvarsForInvariantViolation()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp723 SVal SelfVal = getSelfSVal(); in getReceiverSVal() local
724 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()
725 return SelfVal; in getReceiverSVal()
1026 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
1027 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
1031 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()