Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp28 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym) { in getRefBinding() function
214 const RefVal* T = getRefBinding(state, Sym); in checkPostStmt()
236 if (const RefVal* T = getRefBinding(state, sym)) { in processObjCLiterals()
313 if (const RefVal *RV = getRefBinding(State, Sym)) { in checkPostStmt()
459 if (const RefVal *T = getRefBinding(state, Sym)) in processSummaryOfInlined()
624 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
646 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
660 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
870 if (const RefVal *RV = getRefBinding(St, Sym)) in processNonLeakError()
991 const RefVal *T = getRefBinding(state, Sym); in processReturn()
[all …]
H A DRetainCountDiagnostics.cpp400 const RefVal *CountBeforeCall = getRefBinding(CN->getState(), SR); in annotateConsumedSummaryMismatch()
401 const RefVal *CountAtExit = getRefBinding(N->getState(), SR); in annotateConsumedSummaryMismatch()
436 const RefVal *CurrT = getRefBinding(N->getState(), Sym); in annotateStartParameter()
439 getRefBinding(N->getFirstPred()->getState(), Sym)) in annotateStartParameter()
487 const RefVal* CurrT = getRefBinding(CurrSt, Sym); in VisitNode()
492 const RefVal *PrevT = getRefBinding(PrevSt, Sym); in VisitNode()
686 if (!getRefBinding(St, Sym)) in GetAllocationSite()
789 const RefVal *RV = getRefBinding(EndN->getState(), Sym); in getEndPath()
H A DRetainCountChecker.h380 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym);