Searched refs:removeRefBinding (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 38 ProgramStateRef removeRefBinding(ProgramStateRef State, SymbolRef Sym) { in removeRefBinding() function 508 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 516 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 526 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 798 return removeRefBinding(state, sym); in updateSymbol() 829 return removeRefBinding(state, sym); in updateSymbol() 838 return removeRefBinding(state, sym); in updateSymbol() 845 return removeRefBinding(state, sym); in updateSymbol() 1238 state = removeRefBinding(state, sym); in checkRegionChanges() 1346 return removeRefBinding(state, sid); in handleSymbolDeath()
|
| H A D | RetainCountChecker.h | 377 ProgramStateRef removeRefBinding(ProgramStateRef State, SymbolRef Sym);
|