Searched refs:removeRefBinding (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 373 static ProgramStateRef removeRefBinding(ProgramStateRef State, SymbolRef Sym) { in removeRefBinding() function 2928 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 2938 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 2948 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 3161 return removeRefBinding(state, sym); in updateSymbol() 3197 return removeRefBinding(state, sym); in updateSymbol() 3206 return removeRefBinding(state, sym); in updateSymbol() 3213 return removeRefBinding(state, sym); in updateSymbol() 3669 state = removeRefBinding(state, sym); in checkRegionChanges() 3780 return removeRefBinding(state, sid); in handleSymbolDeath()
|