Searched refs:removeRefBinding (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 374 static ProgramStateRef removeRefBinding(ProgramStateRef State, SymbolRef Sym) { in removeRefBinding() function 2949 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 2959 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 2969 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 3223 return removeRefBinding(state, sym); in updateSymbol() 3259 return removeRefBinding(state, sym); in updateSymbol() 3268 return removeRefBinding(state, sym); in updateSymbol() 3275 return removeRefBinding(state, sym); in updateSymbol() 3725 state = removeRefBinding(state, sym); in checkRegionChanges() 3835 return removeRefBinding(state, sid); in handleSymbolDeath()
|