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 157 virtual bool isBoundable() const { return false; }
178 bool isBoundable() const { return false; }
419 bool isBoundable() const { return true; }
449 bool isBoundable() const { return true; }
494 bool isBoundable() const { return false; }
651 bool isBoundable() const { return true; }
691 bool isBoundable() const { return false; }
725 bool isBoundable() const { return false; }
757 bool isBoundable() const { return !CL->isFileScope(); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 91 if (R->isBoundable())
BugReporterVisitors.cpp 168 if (R->isBoundable()) {
198 if (R->isBoundable()) {
ProgramState.cpp 217 if (!R->isBoundable())
RegionStore.cpp 703 if (!baseR->isBoundable())
    [all...]

Completed in 130 milliseconds