HomeSort by relevance Sort by last modified time
    Searched refs:isBoundable (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 188 virtual bool isBoundable() const { return false; }
207 bool isBoundable() const override { return false; }
459 bool isBoundable() const override { return true; }
489 bool isBoundable() const override { return true; }
536 bool isBoundable() const override { return false; }
723 bool isBoundable() const override { return true; }
763 bool isBoundable() const override { return false; }
797 bool isBoundable() const override { return false; }
829 bool isBoundable() const override { return !CL->isFileScope(); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 93 if (R->isBoundable())
BugReporterVisitors.cpp 583 if (R->isBoundable()) {
650 if (R->isBoundable()) {
    [all...]
ProgramState.cpp 239 if (!R->isBoundable())
RegionStore.cpp 236 if (R->isBoundable())
    [all...]

Completed in 605 milliseconds