Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp259 SVal SelfVal; in checkBeginFunction() local
260 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
263 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
285 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
491 SVal SelfVal; in diagnoseMissingReleases() local
492 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
495 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
500 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
H A DNullabilityChecker.cpp424 SVal SelfVal = State->getSVal(State->getRegion(SelfDecl, LocCtxt)); in checkSelfIvarsForInvariantViolation() local
436 SVal LV = State->getLValue(IvarDecl, SelfVal); in checkSelfIvarsForInvariantViolation()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp987 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local
988 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()
989 return SelfVal; in getReceiverSVal()
1001 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper() local
1003 return (RecVal == SelfVal); in isReceiverSelfOrSuper()
1287 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local
1289 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()
1365 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
1366 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
1370 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()