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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  985   SymbolRef Sym = state->getSValAsScalarOrLoc(RetE, C.getLocationContext())
  991   const RefVal *T = getRefBinding(state, Sym);
 1023   state = setRefBinding(state, Sym, X);
 1023   state = setRefBinding(state, Sym, X);
 1024   Pred = C.addTransition(state);
 1036   state = handleAutoreleaseCounts(state, Pred, &AutoreleaseTag, C, Sym, X, S);
 1036   state = handleAutoreleaseCounts(state, Pred, &AutoreleaseTag, C, Sym, X, S);
 1039   if (!state)
 1043   T = getRefBinding(state, Sym);
 1063   return checkReturnWithRetEffect(S, C, Pred, RE, X, Sym, state);