Searched refs:DeclRegion (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Regions.def | 74 ABSTRACT_REGION(DeclRegion, TypedValueRegion) 75 REGION(FieldRegion, DeclRegion) 76 REGION(ObjCIvarRegion, DeclRegion) 77 ABSTRACT_REGION(VarRegion, DeclRegion)
|
| H A D | MemRegion.h | 962 class DeclRegion : public TypedValueRegion { 964 DeclRegion(const MemRegion *sReg, Kind k) : TypedValueRegion(sReg, k) { in DeclRegion() function 978 class VarRegion : public DeclRegion { 983 VarRegion(const MemRegion *sReg, Kind k) : DeclRegion(sReg, k) { in VarRegion() 1134 class FieldRegion : public DeclRegion { 1140 : DeclRegion(sReg, FieldRegionKind), FD(fd) { in FieldRegion() 1174 class ObjCIvarRegion : public DeclRegion {
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckPlacementNew.cpp | 192 const DeclRegion *TheElementDeclRegion = SuperRegion->getAs<DeclRegion>(); in checkElementRegionAlign() 196 const DeclRegion *BaseDeclRegion = R->getBaseRegion()->getAs<DeclRegion>(); in checkElementRegionAlign()
|
| H A D | PointerSubChecker.cpp | 88 if (const auto *SuperDLR = dyn_cast<DeclRegion>(SuperLR)) in checkPreStmt() 90 if (const auto *SuperDRR = dyn_cast<DeclRegion>(SuperRR)) in checkPreStmt()
|
| H A D | ObjCSelfInitChecker.cpp | 416 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.stripCasts())) in isSelfVar()
|
| H A D | ValistChecker.cpp | 175 if (const auto *DeclReg = Reg->getAs<DeclRegion>()) { in getVAListAsRegion()
|
| H A D | MoveChecker.cpp | 582 dyn_cast_or_null<DeclRegion>(unwrapRValueReferenceIndirection(MR))) { in explainObject()
|
| H A D | ContainerModeling.cpp | 710 if (const auto *DR = dyn_cast<DeclRegion>(ContReg)) { in getChangeTag()
|
| H A D | GenericTaintChecker.cpp | 92 dyn_cast_or_null<DeclRegion>(SymReg->getSymbol()->getOriginRegion()); in isStdin()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 860 auto *Region = dyn_cast<DeclRegion>(Sym->getOriginRegion()); in deriveParamLocation()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 762 if (!isa<DeclRegion>(R)) in prettyPrintRegionName() 765 const auto *DR = cast<DeclRegion>(R); in prettyPrintRegionName()
|
| H A D | MemRegion.cpp | 184 : DeclRegion(sReg, ObjCIvarRegionKind), IVD(ivd) { in ObjCIvarRegion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 7733 {"_ZNK5clang4ento10DeclRegion9getExtentERNS0_11SValBuilderE", "clang::ento::DeclRegion::getExtent(c… 7749 …oldingSetNodeIDEPKNS_4DeclEPKNS0_9MemRegionENS8_4KindE", "clang::ento::DeclRegion::ProfileRegion(l… 7750 {"_ZNK5clang4ento10DeclRegion7ProfileERN4llvm16FoldingSetNodeIDE", "clang::ento::DeclRegion::Profil… 7873 {"_ZN5clang4ento10DeclRegionD1Ev", "clang::ento::DeclRegion::~DeclRegion()"}, 7874 {"_ZN5clang4ento10DeclRegionD0Ev", "clang::ento::DeclRegion::~DeclRegion()"}, 25266 {"_ZTVN5clang4ento10DeclRegionE", "vtable for clang::ento::DeclRegion"},
|