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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  236       if (const RefVal* T = getRefBinding(state, sym)) {
  238         state = updateSymbol(state, sym, *T,
  238         state = updateSymbol(state, sym, *T,
  241           processNonLeakError(state, Child->getSourceRange(), hasErr, sym, C);
  250         state->getSVal(Ex, pred->getLocationContext()).getAsSymbol()) {
  252     state = setRefBinding(state, sym,
  252     state = setRefBinding(state, sym,
  256   C.addTransition(state);