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