reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  382 const RefVal *getRefBinding(ProgramStateRef State, SymbolRef Sym);

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  214   const RefVal* T = getRefBinding(state, Sym);
  236       if (const RefVal* T = getRefBinding(state, sym)) {
  313   if (const RefVal *RV = getRefBinding(State, Sym)) {
  373         if (const RefVal *T = getRefBinding(C.getState(), Sym))
  459       if (const RefVal *T = getRefBinding(state, Sym))
  624       if (const RefVal *T = getRefBinding(state, Sym)) {
  646         if (const RefVal *T = getRefBinding(state, Sym)) {
  660         if (const RefVal *T = getRefBinding(state, Sym)) {
  870   if (const RefVal *RV = getRefBinding(St, Sym))
  991   const RefVal *T = getRefBinding(state, Sym);
 1043   T = getRefBinding(state, Sym);
 1428       state = handleSymbolDeath(state, Sym, *getRefBinding(state, Sym), Leaked);
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  393       const RefVal *CountBeforeCall = getRefBinding(CN->getState(), SR);
  394       const RefVal *CountAtExit = getRefBinding(N->getState(), SR);
  429   const RefVal *CurrT = getRefBinding(N->getState(), Sym);
  432       getRefBinding(N->getFirstPred()->getState(), Sym))
  482   const RefVal* CurrT = getRefBinding(CurrSt, Sym);
  487   const RefVal *PrevT = getRefBinding(PrevSt, Sym);
  646     if (!getRefBinding(St, Sym))
  757   const RefVal* RV = getRefBinding(EndN->getState(), Sym);