Searched refs:isBoundable (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | MemRegion.h | 211 virtual bool isBoundable() const { return false; } in isBoundable() function 247 bool isBoundable() const override { return false; } in isBoundable() function 527 bool isBoundable() const override { return true; } in isBoundable() function 554 bool isBoundable() const override { return true; } in isBoundable() function 603 bool isBoundable() const override { return false; } in isBoundable() function 841 bool isBoundable() const override { return true; } in isBoundable() function 877 bool isBoundable() const override { return false; } in isBoundable() function 912 bool isBoundable() const override { return false; } in isBoundable() function 948 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | Store.cpp | 117 if (R->isBoundable() && IsSameRegionType(R, CanonPointeeTy)) in castRegion()
|
| H A D | ProgramState.cpp | 250 if (!R->isBoundable()) in getSValAsScalarOrLoc()
|
| H A D | RegionStore.cpp | 1303 if (!baseR->isBoundable()) in VisitCluster()
|
| H A D | BugReporterVisitors.cpp | 1211 if (R->isBoundable()) in isObjCPointer()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 7833 {"_ZNK5clang4ento9MemRegion11isBoundableEv", "clang::ento::MemRegion::isBoundable() const"}, 7837 {"_ZNK5clang4ento14MemSpaceRegion11isBoundableEv", "clang::ento::MemSpaceRegion::isBoundable() cons… 7849 {"_ZNK5clang4ento12AllocaRegion11isBoundableEv", "clang::ento::AllocaRegion::isBoundable() const"}, 7852 {"_ZNK5clang4ento14CodeTextRegion11isBoundableEv", "clang::ento::CodeTextRegion::isBoundable() cons… 7862 {"_ZNK5clang4ento14SymbolicRegion11isBoundableEv", "clang::ento::SymbolicRegion::isBoundable() cons… 7866 {"_ZNK5clang4ento12StringRegion11isBoundableEv", "clang::ento::StringRegion::isBoundable() const"}, 7871 …1CompoundLiteralRegion11isBoundableEv", "clang::ento::CompoundLiteralRegion::isBoundable() const"}, 7875 {"_ZNK5clang4ento11TypedRegion11isBoundableEv", "clang::ento::TypedRegion::isBoundable() const"},
|