Searched refs:isBoundable (Results 1 - 5 of 5) 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(); }
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp104 if (R->isBoundable())
H A DBugReporterVisitors.cpp587 if (R->isBoundable()) {
654 if (R->isBoundable()) {
H A DProgramState.cpp239 if (!R->isBoundable())
H A DRegionStore.cpp236 if (R->isBoundable())
1056 if (!baseR->isBoundable())

Completed in 204 milliseconds