HomeSort by: relevance | last modified time | path
    Searched refs:getSValAsScalarOrLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 336 SVal getSValAsScalarOrLoc(const Stmt *Ex, const LocationContext *LCtx) const;
353 SVal getSValAsScalarOrLoc(const MemRegion *R) const;
772 ProgramState::getSValAsScalarOrLoc(const Stmt *S,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.cpp 222 SVal X = CurrSt->getSValAsScalarOrLoc(CE->getCallee(), LCtx);
571 if (CurrSt->getSValAsScalarOrLoc(*AI, LCtx).getAsLocSymbol() != Sym)
579 if (CurrSt->getSValAsScalarOrLoc(receiver, LCtx)
603 if (CurrSt->getSValAsScalarOrLoc(Exp, LCtx).getAsLocSymbol() == Sym) {
RetainCountChecker.cpp 985 SymbolRef Sym = state->getSValAsScalarOrLoc(RetE, C.getLocationContext())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 250 SVal ProgramState::getSValAsScalarOrLoc(const MemRegion *R) const {
BugReporterVisitors.cpp 2023 SVal V = RVState->getSValAsScalarOrLoc(E, RVNode->getLocationContext());
2152 SVal V = LVState->getSValAsScalarOrLoc(Inner, LVNode->getLocationContext());

Completed in 30 milliseconds