Searched defs:sReg (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 452 SubRegion(const MemRegion *sReg, Kind k) : MemRegion(k), superRegion(sReg) { in SubRegion() argument 515 TypedRegion(const MemRegion *sReg, Kind k) : SubRegion(sReg, k) { in TypedRegion() argument 539 TypedValueRegion(const MemRegion* sReg, Kind k) : TypedRegion(sReg, k) { in TypedValueRegion() argument 906 const MemSpaceRegion *sReg) in CompoundLiteralRegion() argument 936 DeclRegion(const MemRegion * sReg,Kind k) DeclRegion() argument 955 VarRegion(const MemRegion * sReg,Kind k) VarRegion() argument 988 NonParamVarRegion(const VarDecl * vd,const MemRegion * sReg) NonParamVarRegion() argument 1078 CXXThisRegion(const PointerType * thisPointerTy,const StackArgumentsSpaceRegion * sReg) CXXThisRegion() argument 1111 FieldRegion(const FieldDecl * fd,const SubRegion * sReg) FieldRegion() argument 1205 ElementRegion(QualType elementType,NonLoc Idx,const SubRegion * sReg) ElementRegion() argument 1243 CXXTempObjectRegion(Expr const * E,MemSpaceRegion const * sReg) CXXTempObjectRegion() argument 1279 CXXLifetimeExtendedObjectRegion(Expr const * E,ValueDecl const * D,MemSpaceRegion const * sReg) CXXLifetimeExtendedObjectRegion() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 174 ObjCIvarRegion(const ObjCIvarDecl * ivd,const SubRegion * sReg) ObjCIvarRegion() argument 382 ProfileRegion(llvm::FoldingSetNodeID & ID,const BlockCodeRegion * BC,const LocationContext * LC,unsigned BlkCount,const MemRegion * sReg) ProfileRegion() argument 396 ProfileRegion(llvm::FoldingSetNodeID & ID,Expr const * Ex,const MemRegion * sReg) ProfileRegion() argument 408 ProfileRegion(llvm::FoldingSetNodeID & ID,const Expr * E,const ValueDecl * D,const MemRegion * sReg) ProfileRegion() argument 1027 const MemRegion *sReg = nullptr; getVarRegion() local 1125 const MemSpaceRegion *sReg = nullptr; getBlockDataRegion() local 1156 const MemSpaceRegion *sReg = nullptr; getCompoundLiteralRegion() local [all...] |