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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
 1417   for (const auto &I: state->get<RefBindings>()) {
 1422       state = handleAutoreleaseCounts(state, Pred, &Tag, C, Sym, V);
 1422       state = handleAutoreleaseCounts(state, Pred, &Tag, C, Sym, V);
 1423       if (!state)
 1428       state = handleSymbolDeath(state, Sym, *getRefBinding(state, Sym), Leaked);
 1428       state = handleSymbolDeath(state, Sym, *getRefBinding(state, Sym), Leaked);
 1428       state = handleSymbolDeath(state, Sym, *getRefBinding(state, Sym), Leaked);
 1433     C.addTransition(state);
 1437   Pred = processLeaks(state, Leaked, C, Pred);
 1445   RefBindingsTy::Factory &F = state->get_context<RefBindings>();
 1446   RefBindingsTy B = state->get<RefBindings>();
 1451   state = state->set<RefBindings>(B);
 1451   state = state->set<RefBindings>(B);
 1452   C.addTransition(state, Pred);