Home
last modified time | relevance | path

Searched refs:getSValAsScalarOrLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h300 SVal getSValAsScalarOrLoc(const Stmt *Ex, const LocationContext *LCtx) const;
313 SVal getSValAsScalarOrLoc(const MemRegion *R) const;
735 ProgramState::getSValAsScalarOrLoc(const Stmt *S, in getSValAsScalarOrLoc() function
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1955 SVal X = CurrSt->getSValAsScalarOrLoc(CE->getCallee(), LCtx); in VisitNode()
2028 if (CurrSt->getSValAsScalarOrLoc(*AI, LCtx).getAsLocSymbol() != Sym) in VisitNode()
2037 if (CurrSt->getSValAsScalarOrLoc(receiver, LCtx) in VisitNode()
2069 CurrSt->getSValAsScalarOrLoc(cast<CallExpr>(S)->getCallee(), LCtx); in VisitNode()
2188 if (CurrSt->getSValAsScalarOrLoc(Exp, LCtx).getAsLocSymbol() == Sym) { in VisitNode()
3442 state->getSValAsScalarOrLoc(RetE, C.getLocationContext()).getAsLocSymbol(); in checkPreStmt()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp235 SVal ProgramState::getSValAsScalarOrLoc(const MemRegion *R) const { in getSValAsScalarOrLoc() function in ProgramState
DBugReporterVisitors.cpp1073 SVal V = state->getSValAsScalarOrLoc(S, N->getLocationContext()); in trackNullOrUndefValue()