reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  329   SVal getSValAsScalarOrLoc(const Stmt *Ex, const LocationContext *LCtx) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  985   SymbolRef Sym = state->getSValAsScalarOrLoc(RetE, C.getLocationContext())
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  219     SVal X = CurrSt->getSValAsScalarOrLoc(CE->getCallee(), LCtx);
  566         if (CurrSt->getSValAsScalarOrLoc(*AI, LCtx).getAsLocSymbol() != Sym)
  574         if (CurrSt->getSValAsScalarOrLoc(receiver, LCtx)
  598       if (CurrSt->getSValAsScalarOrLoc(Exp, LCtx).getAsLocSymbol() == Sym) {
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 2030   SVal V = LVState->getSValAsScalarOrLoc(Inner, LVNode->getLocationContext());