Lines Matching refs:getRefBinding
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()
373 if (const RefVal *T = getRefBinding(C.getState(), Sym)) in checkPostCall()
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()
1044 T = getRefBinding(state, Sym); in processReturn()
1429 state = handleSymbolDeath(state, Sym, *getRefBinding(state, Sym), Leaked); in checkDeadSymbols()