Home
last modified time | relevance | path

Searched refs:DeclRegion (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def74 ABSTRACT_REGION(DeclRegion, TypedValueRegion)
75 REGION(FieldRegion, DeclRegion)
76 REGION(ObjCIvarRegion, DeclRegion)
77 ABSTRACT_REGION(VarRegion, DeclRegion)
H A DMemRegion.h962 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 DCheckPlacementNew.cpp192 const DeclRegion *TheElementDeclRegion = SuperRegion->getAs<DeclRegion>(); in checkElementRegionAlign()
196 const DeclRegion *BaseDeclRegion = R->getBaseRegion()->getAs<DeclRegion>(); in checkElementRegionAlign()
H A DPointerSubChecker.cpp88 if (const auto *SuperDLR = dyn_cast<DeclRegion>(SuperLR)) in checkPreStmt()
90 if (const auto *SuperDRR = dyn_cast<DeclRegion>(SuperRR)) in checkPreStmt()
H A DObjCSelfInitChecker.cpp416 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.stripCasts())) in isSelfVar()
H A DValistChecker.cpp175 if (const auto *DeclReg = Reg->getAs<DeclRegion>()) { in getVAListAsRegion()
H A DMoveChecker.cpp582 dyn_cast_or_null<DeclRegion>(unwrapRValueReferenceIndirection(MR))) { in explainObject()
H A DContainerModeling.cpp710 if (const auto *DR = dyn_cast<DeclRegion>(ContReg)) { in getChangeTag()
H A DGenericTaintChecker.cpp92 dyn_cast_or_null<DeclRegion>(SymReg->getSymbol()->getOriginRegion()); in isStdin()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp860 auto *Region = dyn_cast<DeclRegion>(Sym->getOriginRegion()); in deriveParamLocation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp762 if (!isa<DeclRegion>(R)) in prettyPrintRegionName()
765 const auto *DR = cast<DeclRegion>(R); in prettyPrintRegionName()
H A DMemRegion.cpp184 : DeclRegion(sReg, ObjCIvarRegionKind), IVD(ivd) { in ObjCIvarRegion()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc7733 {"_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"},