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.cpp429 SVal SelfVal = State->getSVal(State->getRegion(SelfDecl, LocCtxt)); in checkSelfIvarsForInvariantViolation() local
441 SVal LV = State->getLValue(IvarDecl, SelfVal); in checkSelfIvarsForInvariantViolation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1035 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local
1036 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()
1037 return SelfVal; in getReceiverSVal()
1049 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper() local
1051 return (RecVal == SelfVal); in isReceiverSelfOrSuper()
1335 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local
1337 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()
1413 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
1414 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
1418 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()