Home
last modified time | relevance | path

Searched refs:sReg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h452 SubRegion(const MemRegion *sReg, Kind k) : MemRegion(k), superRegion(sReg) { in SubRegion() argument
454 assert(sReg); in SubRegion()
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
907 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) { in CompoundLiteralRegion()
909 assert(isa<GlobalInternalSpaceRegion>(sReg) || in CompoundLiteralRegion()
910 isa<StackLocalsSpaceRegion>(sReg)); in CompoundLiteralRegion()
936 DeclRegion(const MemRegion *sReg, Kind k) : TypedValueRegion(sReg, k) { in DeclRegion() argument
955 VarRegion(const MemRegion *sReg, Kind k) : DeclRegion(sReg, k) { in VarRegion() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp174 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const SubRegion *sReg) in ObjCIvarRegion() argument
175 : DeclRegion(sReg, ObjCIvarRegionKind), IVD(ivd) { in ObjCIvarRegion()
382 const MemRegion *sReg) { in ProfileRegion() argument
387 ID.AddPointer(sReg); in ProfileRegion()
396 const MemRegion *sReg) { in ProfileRegion() argument
398 ID.AddPointer(sReg); in ProfileRegion()
408 const MemRegion *sReg) { in ProfileRegion() argument
411 ID.AddPointer(sReg); in ProfileRegion()
1027 const MemRegion *sReg = nullptr; in getVarRegion() local
1033 sReg = getGlobalsRegion(MemRegion::GlobalImmutableSpaceRegionKind); in getVarRegion()
[all …]