Lines Matching refs:SymbolRef

133   bool diagnoseExtraRelease(SymbolRef ReleasedValue, const ObjCMethodCall &M,
136 bool diagnoseMistakenDealloc(SymbolRef DeallocedValue,
140 SymbolRef getValueReleasedByNillingOut(const ObjCMethodCall &M,
143 const ObjCIvarRegion *getIvarRegionForIvarSymbol(SymbolRef IvarSym) const;
144 SymbolRef getInstanceSymbolFromIvarSymbol(SymbolRef IvarSym) const;
147 findPropertyOnDeallocatingInstance(SymbolRef IvarSym,
166 void transitionToReleaseValue(CheckerContext &C, SymbolRef Value) const;
168 SymbolRef InstanceSym,
169 SymbolRef ValueSym) const;
183 REGISTER_SET_FACTORY_WITH_PROGRAMSTATE(SymbolSet, SymbolRef) in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE() argument
184 REGISTER_MAP_WITH_PROGRAMSTATE(UnreleasedIvarMap, SymbolRef, SymbolSet) in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
290 SymbolRef Symbol = InitialVal.getAsSymbol(); in checkBeginFunction()
310 ObjCDeallocChecker::getIvarRegionForIvarSymbol(SymbolRef IvarSym) const { in getIvarRegionForIvarSymbol()
316 SymbolRef
317 ObjCDeallocChecker::getInstanceSymbolFromIvarSymbol(SymbolRef IvarSym) const { in getInstanceSymbolFromIvarSymbol()
335 SymbolRef ReleasedValue = nullptr; in checkPreObjCMessage()
372 SymbolRef ReleasedValue = Call.getArgSVal(0).getAsSymbol(); in checkPreCall()
422 SymbolRef NullSymbol = nullptr; in evalAssume()
437 SymbolRef InstanceSymbol = getInstanceSymbolFromIvarSymbol(NullSymbol); in evalAssume()
475 SymbolRef InstanceSymbol = getInstanceSymbolFromIvarSymbol(Sym); in checkPointerEscape()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
607 SymbolRef IvarSym, CheckerContext &C) const { in findPropertyOnDeallocatingInstance()
635 bool ObjCDeallocChecker::diagnoseExtraRelease(SymbolRef ReleasedValue, in diagnoseExtraRelease()
713 bool ObjCDeallocChecker::diagnoseMistakenDealloc(SymbolRef DeallocedValue, in diagnoseMistakenDealloc()
836 SymbolRef Value) const { in transitionToReleaseValue()
838 SymbolRef InstanceSym = getInstanceSymbolFromIvarSymbol(Value); in transitionToReleaseValue()
854 ProgramStateRef State, SymbolRef Instance, SymbolRef Value) const { in removeValueRequiringRelease()
924 SymbolRef