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 152 virtual bool isBoundable() const { return false; }
190 bool isBoundable() const override { return false; }
455 bool isBoundable() const override { return true; }
485 bool isBoundable() const override { return true; }
532 bool isBoundable() const override { return false; }
719 bool isBoundable() const override { return true; }
759 bool isBoundable() const override { return false; }
793 bool isBoundable() const override { return false; }
825 bool isBoundable() const override { return !CL->isFileScope(); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 93 if (R->isBoundable())
BugReporterVisitors.cpp 587 if (R->isBoundable()) {
654 if (R->isBoundable()) {
    [all...]
ProgramState.cpp 239 if (!R->isBoundable())
RegionStore.cpp 232 if (R->isBoundable())
    [all...]

Completed in 359 milliseconds