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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  624       if (const RefVal *T = getRefBinding(state, Sym)) {
  629         state = updateSymbol(state, Sym, *T, Effect, hasErr, C);
  629         state = updateSymbol(state, Sym, *T, Effect, hasErr, C);
  646         if (const RefVal *T = getRefBinding(state, Sym)) {
  648           state = updateSymbol(state, Sym, *T,
  648           state = updateSymbol(state, Sym, *T,
  660         if (const RefVal *T = getRefBinding(state, Sym)) {
  661           state = updateSymbol(state, Sym, *T, Summ.getThisEffect(),
  661           state = updateSymbol(state, Sym, *T, Summ.getThisEffect(),
  674     processNonLeakError(state, ErrorRange, hasErr, ErrorSym, C);
  696       state = setRefBinding(state, Sym, *updatedRefVal);
  696       state = setRefBinding(state, Sym, *updatedRefVal);
  700       updateOutParameters(state, Summ, CallOrMsg);