Searched refs:removeRefBinding (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 375 static ProgramStateRef removeRefBinding(ProgramStateRef State, SymbolRef Sym) { in removeRefBinding() function 2942 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 2952 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 2962 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 3216 return removeRefBinding(state, sym); in updateSymbol() 3252 return removeRefBinding(state, sym); in updateSymbol() 3261 return removeRefBinding(state, sym); in updateSymbol() 3268 return removeRefBinding(state, sym); in updateSymbol() 3718 state = removeRefBinding(state, sym); in checkRegionChanges() 3828 return removeRefBinding(state, sid); in handleSymbolDeath()
|