Searched refs:removeRefBinding (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 42 static ProgramStateRef removeRefBinding(ProgramStateRef State, SymbolRef Sym) { in removeRefBinding() function 136 state = removeRefBinding(state, sym); in VisitSymbol() 462 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 470 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 480 state = removeRefBinding(state, Sym); in processSummaryOfInlined() 780 return removeRefBinding(state, sym); in updateSymbol() 811 return removeRefBinding(state, sym); in updateSymbol() 820 return removeRefBinding(state, sym); in updateSymbol() 827 return removeRefBinding(state, sym); in updateSymbol() 1194 state = removeRefBinding(state, sym); in checkRegionChanges() [all …]
|