Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp264 SVal SelfVal; in checkBeginFunction() local
265 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() local
499 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
502 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
507 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
H A DNullabilityChecker.cpp432 SVal SelfVal = State->getSVal(State->getRegion(SelfDecl, LocCtxt)); in checkSelfIvarsForInvariantViolation() local
444 SVal LV = State->getLValue(IvarDecl, SelfVal); in checkSelfIvarsForInvariantViolation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1015 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local
1016 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() local
1031 return (RecVal == SelfVal); in isReceiverSelfOrSuper()
1315 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local
1317 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()
1393 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
1394 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
1398 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()