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
  336   SVal getRawSVal(Loc LV, QualType T= QualType()) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  999     const auto val = State->getRawSVal(*loc);
 1036     Value = State->getRawSVal(*ValAsLoc);
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  202         return State->getRawSVal(*FieldL, FD->getType());
 1035         SVal RValue = State->getRawSVal(*LValue, RetE->getType());
 1997       SVal V = LVState->getRawSVal(loc::MemRegionVal(R));
 2053       RVal = LVState->getRawSVal(L.getValue(), Inner->getType());
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  262   SVal V = getRawSVal(location, T);