Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h179 virtual bool isBoundable() const { return false; } in isBoundable() function
215 bool isBoundable() const override { return false; } in isBoundable() function
495 bool isBoundable() const override { return true; } in isBoundable() function
522 bool isBoundable() const override { return true; } in isBoundable() function
571 bool isBoundable() const override { return false; } in isBoundable() function
791 bool isBoundable() const override { return true; } in isBoundable() function
827 bool isBoundable() const override { return false; } in isBoundable() function
862 bool isBoundable() const override { return false; } in isBoundable() function
898 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp115 if (R->isBoundable() && IsSameRegionType(R, CanonPointeeTy)) in castRegion()
H A DProgramState.cpp250 if (!R->isBoundable()) in getSValAsScalarOrLoc()
H A DRegionStore.cpp1136 if (!baseR->isBoundable()) in VisitCluster()
H A DBugReporterVisitors.cpp1271 if (R->isBoundable()) in isObjCPointer()