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.h278 SVal getSValAsScalarOrLoc(const Stmt *Ex, const LocationContext *LCtx) const;
291 SVal getSValAsScalarOrLoc(const MemRegion *R) const;
702 ProgramState::getSValAsScalarOrLoc(const Stmt *S, in getSValAsScalarOrLoc() function
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1902 SVal X = CurrSt->getSValAsScalarOrLoc(CE->getCallee(), LCtx); in VisitNode()
1975 if (CurrSt->getSValAsScalarOrLoc(*AI, LCtx).getAsLocSymbol() != Sym) in VisitNode()
1984 if (CurrSt->getSValAsScalarOrLoc(receiver, LCtx) in VisitNode()
2014 CurrSt->getSValAsScalarOrLoc(cast<CallExpr>(S)->getCallee(), LCtx); in VisitNode()
2130 if (CurrSt->getSValAsScalarOrLoc(Exp, LCtx).getAsLocSymbol() == Sym) { in VisitNode()
3260 state->getSValAsScalarOrLoc(RetE, C.getLocationContext()).getAsLocSymbol(); in checkPreStmt()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp256 SVal ProgramState::getSValAsScalarOrLoc(const MemRegion *R) const { in getSValAsScalarOrLoc() function in ProgramState
DBugReporterVisitors.cpp1023 SVal V = state->getSValAsScalarOrLoc(S, N->getLocationContext()); in trackNullOrUndefValue()