Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp272 SymbolSet RequiredReleases = F.getEmptySet(); in checkBeginFunction() local
277 RequiredReleases = *CurrSet; in checkBeginFunction()
295 RequiredReleases = F.add(RequiredReleases, Symbol); in checkBeginFunction()
298 if (!RequiredReleases.isEmpty()) { in checkBeginFunction()
299 State = State->set<UnreleasedIvarMap>(SelfSymbol, RequiredReleases); in checkBeginFunction()