Searched refs:DeclRegion (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 827 class DeclRegion : public TypedValueRegion { 831 DeclRegion(const Decl *d, const MemRegion* sReg, Kind k) in DeclRegion() function 847 class VarRegion : public DeclRegion { 852 : DeclRegion(vd, sReg, VarRegionKind) {} in VarRegion() 856 DeclRegion::ProfileRegion(ID, VD, superRegion, VarRegionKind); in ProfileRegion() 911 class FieldRegion : public DeclRegion { 915 : DeclRegion(fd, sReg, FieldRegionKind) {} in FieldRegion() 929 DeclRegion::ProfileRegion(ID, FD, superRegion, FieldRegionKind); in ProfileRegion() 942 class ObjCIvarRegion : public DeclRegion {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCSelfInitChecker.cpp | 425 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.stripCasts())) in isSelfVar()
|
D | GenericTaintChecker.cpp | 590 const DeclRegion *DeclReg = dyn_cast_or_null<DeclRegion>(Sm->getRegion()); in isStdin()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 202 DefinedOrUnknownSVal Extent = DeclRegion::getExtent(svalBuilder); in getExtent() 230 : DeclRegion(ivd, sReg, ObjCIvarRegionKind) {} in ObjCIvarRegion() 318 DeclRegion::ProfileRegion(ID, ivd, superRegion, ObjCIvarRegionKind); in ProfileRegion() 321 void DeclRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, const Decl *D, in ProfileRegion() 328 void DeclRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() 329 DeclRegion::ProfileRegion(ID, D, superRegion, getKind()); in Profile()
|
D | ExprEngineCallAndReturn.cpp | 632 if (!Target || !isa<DeclRegion>(Target)) in shouldInlineCallKind()
|