Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.cpp43 static ProgramStateRef removeRefBinding(ProgramStateRef State, SymbolRef Sym) { in removeRefBinding() function
137 state = removeRefBinding(state, sym); in VisitSymbol()
465 state = removeRefBinding(state, Sym); in processSummaryOfInlined()
473 state = removeRefBinding(state, Sym); in processSummaryOfInlined()
483 state = removeRefBinding(state, Sym); in processSummaryOfInlined()
783 return removeRefBinding(state, sym); in updateSymbol()
814 return removeRefBinding(state, sym); in updateSymbol()
823 return removeRefBinding(state, sym); in updateSymbol()
830 return removeRefBinding(state, sym); in updateSymbol()
1203 state = removeRefBinding(state, sym); in checkRegionChanges()
[all …]