Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp42 static ProgramStateRef removeRefBinding(ProgramStateRef State, SymbolRef Sym) { in removeRefBinding() function
136 state = removeRefBinding(state, sym); in VisitSymbol()
464 state = removeRefBinding(state, Sym); in processSummaryOfInlined()
472 state = removeRefBinding(state, Sym); in processSummaryOfInlined()
482 state = removeRefBinding(state, Sym); in processSummaryOfInlined()
782 return removeRefBinding(state, sym); in updateSymbol()
813 return removeRefBinding(state, sym); in updateSymbol()
822 return removeRefBinding(state, sym); in updateSymbol()
829 return removeRefBinding(state, sym); in updateSymbol()
1201 state = removeRefBinding(state, sym); in checkRegionChanges()
[all …]