Home
last modified time | relevance | path

Searched refs:ObjCIvarRegion (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp143 const ObjCIvarRegion *getIvarRegionForIvarSymbol(SymbolRef IvarSym) const;
316 const ObjCIvarRegion *
318 return dyn_cast_or_null<ObjCIvarRegion>(IvarSym->getOriginRegion()); in getIvarRegionForIvarSymbol()
326 const ObjCIvarRegion *IvarRegion = getIvarRegionForIvarSymbol(IvarSym); in getInstanceSymbolFromIvarSymbol()
522 const ObjCIvarRegion *IvarRegion = cast<ObjCIvarRegion>(TVR); in diagnoseMissingReleases()
861 const ObjCIvarRegion *RemovedRegion = getIvarRegionForIvarSymbol(Value); in removeValueRequiringRelease()
873 const ObjCIvarRegion *UnreleasedRegion = getIvarRegionForIvarSymbol(Sym); in removeValueRequiringRelease()
DObjCSuperDeallocChecker.cpp165 auto *IvarRegion = dyn_cast_or_null<ObjCIvarRegion>(PriorSubRegion); in checkLocation()
DRetainCountChecker.cpp2844 if (!Sym || !dyn_cast_or_null<ObjCIvarRegion>(Sym->getOriginRegion())) in checkPostStmt()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp225 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg) in ObjCIvarRegion() function in ObjCIvarRegion
228 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { in getDecl()
232 QualType ObjCIvarRegion::getValueType() const { in getValueType()
311 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
502 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
595 bool ObjCIvarRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr()
599 void ObjCIvarRegion::printPrettyAsExpr(raw_ostream &os) const { in printPrettyAsExpr()
1009 const ObjCIvarRegion*
1012 return getSubRegion<ObjCIvarRegion>(d, superRegion); in getObjCIvarRegion()
DRegionStore.cpp65 assert((r == r->getBaseRegion() || isa<ObjCIvarRegion>(r)) && "Not a base"); in BindingKey()
504 SVal getBindingForObjCIvar(RegionBindingsConstRef B, const ObjCIvarRegion *R);
1434 if (const ObjCIvarRegion *IVR = dyn_cast<ObjCIvarRegion>(R)) { in getBinding()
1802 const ObjCIvarRegion* R) { in getBindingForObjCIvar()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DRegions.def75 REGION(ObjCIvarRegion, DeclRegion)
DMemRegion.h956 class ObjCIvarRegion : public DeclRegion {
960 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
1237 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,
/external/clang/docs/analyzer/
DRegionStore.txt72 Consequently, although the base region of an ObjCIvarRegion is the entire