Lines Matching refs:getRefBinding
29 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym) { in getRefBinding() function
213 const RefVal* T = getRefBinding(state, Sym); in checkPostStmt()
235 if (const RefVal* T = getRefBinding(state, sym)) { in processObjCLiterals()
312 if (const RefVal *RV = getRefBinding(State, Sym)) { in checkPostStmt()
372 if (const RefVal *T = getRefBinding(C.getState(), Sym)) in checkPostCall()
458 if (const RefVal *T = getRefBinding(state, Sym)) in processSummaryOfInlined()
623 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
645 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
659 if (const RefVal *T = getRefBinding(state, Sym)) { in checkSummary()
869 if (const RefVal *RV = getRefBinding(St, Sym)) in processNonLeakError()
991 const RefVal *T = getRefBinding(state, Sym); in processReturn()
1043 T = getRefBinding(state, Sym); in processReturn()
1428 state = handleSymbolDeath(state, Sym, *getRefBinding(state, Sym), Leaked); in checkDeadSymbols()