Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp121 SymbolRef SelfSymbol = State->getSelfSVal(LC).getAsSymbol(); in checkPostObjCMessage() local
122 assert(SelfSymbol && "No receiver symbol at call to [super dealloc]?"); in checkPostObjCMessage()
127 State = State->add<CalledSuperDealloc>(SelfSymbol); in checkPostObjCMessage()
H A DCheckObjCDealloc.cpp268 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction() local
282 if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(SelfSymbol)) in checkBeginFunction()
305 State = State->set<UnreleasedIvarMap>(SelfSymbol, RequiredReleases); in checkBeginFunction()