Searched refs:getRefBinding (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 28 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() 992 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() 680 if (!getRefBinding(St, Sym)) in GetAllocationSite() 783 const RefVal *RV = getRefBinding(EndN->getState(), Sym); in getEndPath()
|
| H A D | RetainCountChecker.h | 380 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym);
|