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

Overridden By

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  211   bool isBoundable() const override { return false; }
  492   bool isBoundable() const override { return true; }
  521   bool isBoundable() const override { return true; }
  572   bool isBoundable() const override { return false; }
  783   bool isBoundable() const override { return true; }
  822   bool isBoundable() const override { return false; }
  856   bool isBoundable() const override { return false; }
  892   bool isBoundable() const override { return !CL->isFileScope(); }

References

tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1253     if (R->isBoundable()) {
 1320     if (R->isBoundable()) {
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  249   if (!R->isBoundable())
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 1156   if (!baseR->isBoundable())
tools/clang/lib/StaticAnalyzer/Core/Store.cpp
  104   if (R->isBoundable())