Home
last modified time | relevance | path

Searched refs:getSelfSVal (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DObjCSuperDeallocChecker.cpp120 SymbolRef SelfSymbol = State->getSelfSVal(LC).getAsSymbol(); in checkPostObjCMessage()
DDynamicTypePropagation.cpp196 SVal SelfSVal = State->getSelfSVal(C.getLocationContext()); in inferReceiverType()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp987 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal()
1001 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper()
1287 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition()
DProgramState.cpp238 SVal ProgramState::getSelfSVal(const LocationContext *LCtx) const { in getSelfSVal() function in ProgramState
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h346 SVal getSelfSVal(const LocationContext *LC) const;