Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp29 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym) { in getRefBinding() function
213 const RefVal* T = getRefBinding(state, Sym); in checkPostStmt()
235 if (const RefVal* T = getRefBinding(state, sym)) { in processObjCLiterals()
312 if (const RefVal *RV = getRefBinding(State, Sym)) { in checkPostStmt()
372 if (const RefVal *T = getRefBinding(C.getState(), Sym)) in checkPostCall()
458 if (const RefVal *T = getRefBinding(state, Sym)) in processSummaryOfInlined()
623 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
645 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
659 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
869 if (const RefVal *RV = getRefBinding(St, Sym)) in processNonLeakError()
[all …]
H A DRetainCountDiagnostics.cpp394 const RefVal *CountBeforeCall = getRefBinding(CN->getState(), SR); in annotateConsumedSummaryMismatch()
395 const RefVal *CountAtExit = getRefBinding(N->getState(), SR); in annotateConsumedSummaryMismatch()
430 const RefVal *CurrT = getRefBinding(N->getState(), Sym); in annotateStartParameter()
433 getRefBinding(N->getFirstPred()->getState(), Sym)) in annotateStartParameter()
481 const RefVal* CurrT = getRefBinding(CurrSt, Sym); in VisitNode()
486 const RefVal *PrevT = getRefBinding(PrevSt, Sym); in VisitNode()
682 if (!getRefBinding(St, Sym)) in GetAllocationSite()
785 const RefVal *RV = getRefBinding(EndN->getState(), Sym); in getEndPath()