Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp28 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym) { in getRefBinding() function
212 const RefVal* T = getRefBinding(state, Sym); in checkPostStmt()
234 if (const RefVal* T = getRefBinding(state, sym)) { in processObjCLiterals()
311 if (const RefVal *RV = getRefBinding(State, Sym)) { in checkPostStmt()
371 if (const RefVal *T = getRefBinding(C.getState(), Sym)) in checkPostCall()
457 if (const RefVal *T = getRefBinding(state, Sym)) in processSummaryOfInlined()
622 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
644 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
658 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
868 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()
683 if (!getRefBinding(St, Sym)) in GetAllocationSite()
786 const RefVal *RV = getRefBinding(EndN->getState(), Sym); in getEndPath()
H A DRetainCountChecker.h378 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym);