Home
last modified time | relevance | path

Searched refs:isBoundable (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h188 virtual bool isBoundable() const { return false; } in isBoundable() function
207 bool isBoundable() const override { return false; } in isBoundable() function
459 bool isBoundable() const override { return true; } in isBoundable() function
489 bool isBoundable() const override { return true; } in isBoundable() function
536 bool isBoundable() const override { return false; } in isBoundable() function
723 bool isBoundable() const override { return true; } in isBoundable() function
763 bool isBoundable() const override { return false; } in isBoundable() function
797 bool isBoundable() const override { return false; } in isBoundable() function
829 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable() function
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp93 if (R->isBoundable()) in castRegion()
DBugReporterVisitors.cpp583 if (R->isBoundable()) { in VisitNode()
650 if (R->isBoundable()) { in VisitNode()
DProgramState.cpp239 if (!R->isBoundable()) in getSValAsScalarOrLoc()
DRegionStore.cpp230 if (R->isBoundable()) in getDefaultBinding()
1062 if (!baseR->isBoundable()) in VisitCluster()