Home
last modified time | relevance | path

Searched refs:removeRefBinding (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp38 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 DRetainCountChecker.h377 ProgramStateRef removeRefBinding(ProgramStateRef State, SymbolRef Sym);