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
  148   BasicValueFactory &getBasicVals() const;

References

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 2284   auto &BVF = State->getBasicVals();
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  289         const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int);
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  492   BasicValueFactory &BV = State->getBasicVals();