Home
last modified time | relevance | path

Searched refs:DeclRegion (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h814 class DeclRegion : public TypedValueRegion {
818 DeclRegion(const Decl *d, const MemRegion* sReg, Kind k) in DeclRegion() function
834 class VarRegion : public DeclRegion {
839 : DeclRegion(vd, sReg, VarRegionKind) {} in VarRegion()
843 DeclRegion::ProfileRegion(ID, VD, superRegion, VarRegionKind); in ProfileRegion()
898 class FieldRegion : public DeclRegion {
902 : DeclRegion(fd, sReg, FieldRegionKind) {} in FieldRegion()
916 DeclRegion::ProfileRegion(ID, FD, superRegion, FieldRegionKind); in ProfileRegion()
929 class ObjCIvarRegion : public DeclRegion {
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp197 DefinedOrUnknownSVal Extent = DeclRegion::getExtent(svalBuilder); in getExtent()
225 : DeclRegion(ivd, sReg, ObjCIvarRegionKind) {} in ObjCIvarRegion()
312 DeclRegion::ProfileRegion(ID, ivd, superRegion, ObjCIvarRegionKind); in ProfileRegion()
315 void DeclRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, const Decl *D, in ProfileRegion()
322 void DeclRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()
323 DeclRegion::ProfileRegion(ID, D, superRegion, getKind()); in Profile()
DExprEngineCallAndReturn.cpp406 if (!Target || !isa<DeclRegion>(Target)) in inlineCall()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSelfInitChecker.cpp435 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.stripCasts())) in isSelfVar()
DGenericTaintChecker.cpp595 const DeclRegion *DeclReg = dyn_cast_or_null<DeclRegion>(Sm->getRegion()); in isStdin()