Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h183 virtual bool isBoundable() const { return false; } in isBoundable() function
219 bool isBoundable() const override { return false; } in isBoundable() function
499 bool isBoundable() const override { return true; } in isBoundable() function
526 bool isBoundable() const override { return true; } in isBoundable() function
575 bool isBoundable() const override { return false; } in isBoundable() function
813 bool isBoundable() const override { return true; } in isBoundable() function
849 bool isBoundable() const override { return false; } in isBoundable() function
884 bool isBoundable() const override { return false; } in isBoundable() function
920 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp115 if (R->isBoundable() && IsSameRegionType(R, CanonPointeeTy)) in castRegion()
H A DProgramState.cpp262 if (!R->isBoundable()) in getSValAsScalarOrLoc()
H A DRegionStore.cpp1135 if (!baseR->isBoundable()) in VisitCluster()
H A DBugReporterVisitors.cpp1300 if (R->isBoundable()) in isObjCPointer()