Searched defs:sReg (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 447 SubRegion(const MemRegion * sReg,Kind k) SubRegion() argument 510 TypedRegion(const MemRegion * sReg,Kind k) TypedRegion() argument 534 TypedValueRegion(const MemRegion * sReg,Kind k) TypedValueRegion() argument 901 CompoundLiteralRegion(const CompoundLiteralExpr * cl,const MemSpaceRegion * sReg) CompoundLiteralRegion() argument 931 DeclRegion(const MemRegion * sReg,Kind k) DeclRegion() argument 950 VarRegion(const MemRegion * sReg,Kind k) VarRegion() argument 983 NonParamVarRegion(const VarDecl * vd,const MemRegion * sReg) NonParamVarRegion() argument 1073 CXXThisRegion(const PointerType * thisPointerTy,const StackArgumentsSpaceRegion * sReg) CXXThisRegion() argument 1106 FieldRegion(const FieldDecl * fd,const SubRegion * sReg) FieldRegion() argument 1200 ElementRegion(QualType elementType,NonLoc Idx,const SubRegion * sReg) ElementRegion() argument 1238 CXXTempObjectRegion(Expr const * E,MemSpaceRegion const * sReg) CXXTempObjectRegion() argument 1274 CXXLifetimeExtendedObjectRegion(Expr const * E,ValueDecl const * D,MemSpaceRegion const * sReg) CXXLifetimeExtendedObjectRegion() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 174 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const SubRegion *sReg) in ObjCIvarRegion() argument 382 const MemRegion *sReg) { in ProfileRegion() argument 396 const MemRegion *sReg) { in ProfileRegion() argument 408 const MemRegion *sReg) { in ProfileRegion() argument 1008 const MemRegion *sReg = nullptr; getVarRegion() local 1106 const MemSpaceRegion *sReg = nullptr; getBlockDataRegion() local 1137 const MemSpaceRegion *sReg = nullptr; getCompoundLiteralRegion() local [all...] |