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.h152 virtual bool isBoundable() const { return false; } in isBoundable() function
190 bool isBoundable() const override { return false; } in isBoundable() function
455 bool isBoundable() const override { return true; } in isBoundable() function
485 bool isBoundable() const override { return true; } in isBoundable() function
532 bool isBoundable() const override { return false; } in isBoundable() function
719 bool isBoundable() const override { return true; } in isBoundable() function
759 bool isBoundable() const override { return false; } in isBoundable() function
793 bool isBoundable() const override { return false; } in isBoundable() function
825 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable() function
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp93 if (R->isBoundable()) in castRegion()
DBugReporterVisitors.cpp587 if (R->isBoundable()) { in VisitNode()
654 if (R->isBoundable()) { in VisitNode()
DProgramState.cpp239 if (!R->isBoundable()) in getSValAsScalarOrLoc()
DRegionStore.cpp232 if (R->isBoundable()) in getDefaultBinding()
1063 if (!baseR->isBoundable()) in VisitCluster()