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 148 virtual bool isBoundable() const { return false; }
169 bool isBoundable() const { return false; }
336 bool isBoundable() const { return true; }
364 bool isBoundable() const { return true; }
405 bool isBoundable() const { return false; }
562 bool isBoundable() const { return true; }
602 bool isBoundable() const { return false; }
634 bool isBoundable() const { return !CL->isFileScope(); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 89 if (R->isBoundable())
BugReporterVisitors.cpp 182 if (R->isBoundable()) {
212 if (R->isBoundable()) {
ProgramState.cpp 192 if (!R->isBoundable())
RegionStore.cpp 682 if (!baseR->isBoundable())
855 if (R->isBoundable())
    [all...]

Completed in 123 milliseconds