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.h258 SVal getSValAsScalarOrLoc(const Stmt *Ex, const LocationContext *LCtx) const;
271 SVal getSValAsScalarOrLoc(const MemRegion *R) const;
680 ProgramState::getSValAsScalarOrLoc(const Stmt *S, in getSValAsScalarOrLoc() function
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1939 SVal X = CurrSt->getSValAsScalarOrLoc(CE->getCallee(), LCtx); in VisitNode()
2012 if (CurrSt->getSValAsScalarOrLoc(*AI, LCtx).getAsLocSymbol() != Sym) in VisitNode()
2021 if (CurrSt->getSValAsScalarOrLoc(receiver, LCtx) in VisitNode()
2051 CurrSt->getSValAsScalarOrLoc(cast<CallExpr>(S)->getCallee(), LCtx); in VisitNode()
2167 if (CurrSt->getSValAsScalarOrLoc(Exp, LCtx).getAsLocSymbol() == Sym) { in VisitNode()
3229 state->getSValAsScalarOrLoc(RetE, C.getLocationContext()).getAsLocSymbol(); in checkPreStmt()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp202 SVal ProgramState::getSValAsScalarOrLoc(const MemRegion *R) const { in getSValAsScalarOrLoc() function in ProgramState
DBugReporterVisitors.cpp508 SVal V = state->getSValAsScalarOrLoc(S, N->getLocationContext()); in trackNullOrUndefValue()