Lines Matching refs:SymbolRef
139 bool diagnoseExtraRelease(SymbolRef ReleasedValue, const ObjCMethodCall &M,
142 bool diagnoseMistakenDealloc(SymbolRef DeallocedValue,
146 SymbolRef getValueReleasedByNillingOut(const ObjCMethodCall &M,
149 const ObjCIvarRegion *getIvarRegionForIvarSymbol(SymbolRef IvarSym) const;
150 SymbolRef getInstanceSymbolFromIvarSymbol(SymbolRef IvarSym) const;
153 findPropertyOnDeallocatingInstance(SymbolRef IvarSym,
172 void transitionToReleaseValue(CheckerContext &C, SymbolRef Value) const;
174 SymbolRef InstanceSym,
175 SymbolRef ValueSym) const;
189 REGISTER_SET_FACTORY_WITH_PROGRAMSTATE(SymbolSet, SymbolRef) in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE() argument
190 REGISTER_MAP_WITH_PROGRAMSTATE(UnreleasedIvarMap, SymbolRef, SymbolSet) in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
268 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
296 SymbolRef Symbol = InitialVal.getAsSymbol(); in checkBeginFunction()
316 ObjCDeallocChecker::getIvarRegionForIvarSymbol(SymbolRef IvarSym) const { in getIvarRegionForIvarSymbol()
322 SymbolRef
323 ObjCDeallocChecker::getInstanceSymbolFromIvarSymbol(SymbolRef IvarSym) const { in getInstanceSymbolFromIvarSymbol()
343 SymbolRef ReleasedValue = nullptr; in checkPreObjCMessage()
380 SymbolRef ReleasedValue = Call.getArgSVal(0).getAsSymbol(); in checkPreCall()
430 SymbolRef NullSymbol = nullptr; in evalAssume()
445 SymbolRef InstanceSymbol = getInstanceSymbolFromIvarSymbol(NullSymbol); in evalAssume()
483 SymbolRef InstanceSymbol = getInstanceSymbolFromIvarSymbol(Sym); in checkPointerEscape()
507 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
615 SymbolRef IvarSym, CheckerContext &C) const { in findPropertyOnDeallocatingInstance()
643 bool ObjCDeallocChecker::diagnoseExtraRelease(SymbolRef ReleasedValue, in diagnoseExtraRelease()
721 bool ObjCDeallocChecker::diagnoseMistakenDealloc(SymbolRef DeallocedValue, in diagnoseMistakenDealloc()
827 SymbolRef Value) const { in transitionToReleaseValue()
829 SymbolRef InstanceSym = getInstanceSymbolFromIvarSymbol(Value); in transitionToReleaseValue()
845 ProgramStateRef State, SymbolRef Instance, SymbolRef Value) const { in removeValueRequiringRelease()
915 SymbolRef