Searched defs:isBoundable (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h188 virtual bool isBoundable() const { return false; } function in class:clang::ento::MemRegion
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(); }

Completed in 229 milliseconds