Home
last modified time | relevance | path

Searched defs:superRegion (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp70 getSubRegion(const Arg1Ty arg1,const SuperTy * superRegion) getSubRegion() argument
86 getSubRegion(const Arg1Ty arg1,const Arg2Ty arg2,const SuperTy * superRegion) getSubRegion() argument
104 getSubRegion(const Arg1Ty arg1,const Arg2Ty arg2,const Arg3Ty arg3,const SuperTy * superRegion) getSubRegion() argument
148 const MemRegion *superRegion = r->getSuperRegion(); getMemRegionManager() local
240 ProfileRegion(llvm::FoldingSetNodeID & ID,const StringLiteral * Str,const MemRegion * superRegion) ProfileRegion() argument
248 ProfileRegion(llvm::FoldingSetNodeID & ID,const ObjCStringLiteral * Str,const MemRegion * superRegion) ProfileRegion() argument
256 ProfileRegion(llvm::FoldingSetNodeID & ID,const Expr * Ex,unsigned cnt,const MemRegion * superRegion) ProfileRegion() argument
273 ProfileRegion(llvm::FoldingSetNodeID & ID,const CompoundLiteralExpr * CL,const MemRegion * superRegion) ProfileRegion() argument
297 ProfileRegion(llvm::FoldingSetNodeID & ID,const ObjCIvarDecl * ivd,const MemRegion * superRegion) ProfileRegion() argument
309 ProfileRegion(llvm::FoldingSetNodeID & ID,const VarDecl * VD,const MemRegion * superRegion) ProfileRegion() argument
344 ProfileRegion(llvm::FoldingSetNodeID & ID,QualType ElementType,SVal Idx,const MemRegion * superRegion) ProfileRegion() argument
1171 getElementRegion(QualType elementType,NonLoc Idx,const SubRegion * superRegion,const ASTContext & Ctx) getElementRegion() argument
1216 getFieldRegion(const FieldDecl * d,const SubRegion * superRegion) getFieldRegion() argument
1222 getObjCIvarRegion(const ObjCIvarDecl * d,const SubRegion * superRegion) getObjCIvarRegion() argument
[all...]
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h487 AllocaRegion(const Expr *ex, unsigned cnt, const MemSpaceRegion *superRegion) in AllocaRegion() argument
1117 ProfileRegion(llvm::FoldingSetNodeID & ID,const FieldDecl * FD,const MemRegion * superRegion) ProfileRegion() argument
1514 getElementRegionWithSuper(const ElementRegion * ER,const SubRegion * superRegion) getElementRegionWithSuper() argument
1527 getFieldRegionWithSuper(const FieldRegion * FR,const SubRegion * superRegion) getFieldRegionWithSuper() argument
1566 getCXXBaseObjectRegionWithSuper(const CXXBaseObjectRegion * baseReg,const SubRegion * superRegion) getCXXBaseObjectRegionWithSuper() argument
[all...]