Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp28 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym) { in getRefBinding() function
269 const RefVal* T = getRefBinding(state, Sym); in checkPostStmt()
291 if (const RefVal* T = getRefBinding(state, sym)) { in processObjCLiterals()
368 if (const RefVal *RV = getRefBinding(State, Sym)) { in checkPostStmt()
503 if (const RefVal *T = getRefBinding(state, Sym)) in processSummaryOfInlined()
640 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
662 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
676 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
869 if (const RefVal *RV = getRefBinding(St, Sym)) in processNonLeakError()
997 const RefVal *T = getRefBinding(state, Sym); in processReturn()
[all …]
H A DRetainCountDiagnostics.cpp318 const RefVal *CountBeforeCall = getRefBinding(CN->getState(), SR); in annotateConsumedSummaryMismatch()
319 const RefVal *CountAtExit = getRefBinding(N->getState(), SR); in annotateConsumedSummaryMismatch()
374 const RefVal* CurrT = getRefBinding(CurrSt, Sym); in VisitNode()
378 const RefVal *PrevT = getRefBinding(PrevSt, Sym); in VisitNode()
527 if (!getRefBinding(St, Sym)) in GetAllocationSite()
643 const RefVal* RV = getRefBinding(EndN->getState(), Sym); in getEndPath()
H A DRetainCountChecker.h372 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym);