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
  324   SVal getLValue(QualType ElementType, SVal Idx, SVal Base) const;

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2543       SVal V = state->getLValue(T,
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  105     LValue = State->getLValue(Ty, SVB.makeZeroArrayIndex(), LValue);