Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h174 virtual bool isBoundable() const { return false; } in isBoundable() function
210 bool isBoundable() const override { return false; } in isBoundable() function
486 bool isBoundable() const override { return true; } in isBoundable() function
513 bool isBoundable() const override { return true; } in isBoundable() function
562 bool isBoundable() const override { return false; } in isBoundable() function
773 bool isBoundable() const override { return true; } in isBoundable() function
808 bool isBoundable() const override { return false; } in isBoundable() function
842 bool isBoundable() const override { return false; } in isBoundable() function
878 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp104 if (R->isBoundable()) in castRegion()
H A DProgramState.cpp254 if (!R->isBoundable()) in getSValAsScalarOrLoc()
H A DBugReporterVisitors.cpp1275 if (NewR->isBoundable()) { in showBRDiagnostics()
1347 if (NewR->isBoundable()) { in showBRDefaultDiagnostics()
H A DRegionStore.cpp1147 if (!baseR->isBoundable()) in VisitCluster()