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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp148 const MemRegion *superRegion local
66 getSubRegion(const Arg1Ty arg1, const SuperTy *superRegion) argument
83 getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, const SuperTy *superRegion) argument
101 getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2, const Arg3Ty arg3, const SuperTy *superRegion) argument
249 ProfileRegion(llvm::FoldingSetNodeID &ID, const StringLiteral *Str, const MemRegion *superRegion) argument
257 ProfileRegion(llvm::FoldingSetNodeID &ID, const ObjCStringLiteral *Str, const MemRegion *superRegion) argument
265 ProfileRegion(llvm::FoldingSetNodeID& ID, const Expr *Ex, unsigned cnt, const MemRegion *superRegion) argument
282 ProfileRegion(llvm::FoldingSetNodeID& ID, const CompoundLiteralExpr *CL, const MemRegion* superRegion) argument
302 ProfileRegion(llvm::FoldingSetNodeID& ID, const ObjCIvarDecl *ivd, const MemRegion* superRegion) argument
308 ProfileRegion(llvm::FoldingSetNodeID& ID, const Decl *D, const MemRegion* superRegion, Kind k) argument
334 ProfileRegion(llvm::FoldingSetNodeID& ID, QualType ElementType, SVal Idx, const MemRegion* superRegion) argument
989 getElementRegion(QualType elementType, NonLoc Idx, const SubRegion* superRegion, ASTContext &Ctx) argument
1032 getFieldRegion(const FieldDecl *d, const SubRegion* superRegion) argument
1038 getObjCIvarRegion(const ObjCIvarDecl *d, const SubRegion* superRegion) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h440 const MemRegion* superRegion; member in class:clang::ento::SubRegion
481 AllocaRegion(const Expr *ex, unsigned cnt, const MemSpaceRegion *superRegion) argument
942 ProfileRegion(llvm::FoldingSetNodeID& ID, const VarDecl *VD, const MemRegion *superRegion) argument
1011 ProfileRegion(llvm::FoldingSetNodeID& ID, const FieldDecl *FD, const MemRegion* superRegion) argument
1337 getElementRegionWithSuper(const ElementRegion *ER, const SubRegion *superRegion) argument
1350 getFieldRegionWithSuper(const FieldRegion *FR, const SubRegion *superRegion) argument
1376 getCXXBaseObjectRegionWithSuper(const CXXBaseObjectRegion *baseReg, const SubRegion *superRegion) argument
[all...]

Completed in 123 milliseconds