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 176 virtual bool isBoundable() const { return false; }
195 bool isBoundable() const { return false; }
447 bool isBoundable() const { return true; }
477 bool isBoundable() const { return true; }
524 bool isBoundable() const { return false; }
708 bool isBoundable() const { return true; }
748 bool isBoundable() const { return false; }
782 bool isBoundable() const { return false; }
814 bool isBoundable() const { return !CL->isFileScope(); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 104 if (R->isBoundable())
ProgramState.cpp 216 if (!R->isBoundable())
RegionStore.cpp 238 if (R->isBoundable())
    [all...]
BugReporterVisitors.cpp 539 if (R->isBoundable()) {
601 if (R->isBoundable()) {
    [all...]

Completed in 1475 milliseconds