Searched refs:getRefBinding (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 29 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym) { in getRefBinding() function 215 const RefVal* T = getRefBinding(state, Sym); in checkPostStmt() 237 if (const RefVal* T = getRefBinding(state, sym)) { in processObjCLiterals() 314 if (const RefVal *RV = getRefBinding(State, Sym)) { in checkPostStmt() 460 if (const RefVal *T = getRefBinding(state, Sym)) in processSummaryOfInlined() 625 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary() 647 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary() 661 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary() 871 if (const RefVal *RV = getRefBinding(St, Sym)) in processNonLeakError() 993 const RefVal *T = getRefBinding(state, Sym); in processReturn() [all …]
|
H A D | RetainCountDiagnostics.cpp | 394 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()
|
H A D | RetainCountChecker.h | 380 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym);
|