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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h174 virtual bool isBoundable() const { return false; } function in class:clang::ento::MemRegion
211 bool isBoundable() const override { return false; }
492 bool isBoundable() const override { return true; }
521 bool isBoundable() const override { return true; }
572 bool isBoundable() const override { return false; }
783 bool isBoundable() const override { return true; }
822 bool isBoundable() const override { return false; }
856 bool isBoundable() const override { return false; }
892 bool isBoundable() const override { return !CL->isFileScope(); }
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp104 if (R->isBoundable())
H A DProgramState.cpp247 if (!R->isBoundable())
H A DBugReporterVisitors.cpp1253 if (R->isBoundable()) {
1320 if (R->isBoundable()) {
H A DRegionStore.cpp1156 if (!baseR->isBoundable())

Completed in 85 milliseconds