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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
 1159   RefBindingsTy B = state->get<RefBindings>();
 1162     return state;
 1165   RefBindingsTy::Factory &RefBFactory = state->get_context<RefBindings>();
 1166   ConstraintManager &CMgr = state->getConstraintManager();
 1170     ConditionTruthVal AllocFailed = CMgr.isNull(state, I.first);
 1178     state = state->set<RefBindings>(B);
 1178     state = state->set<RefBindings>(B);
 1180   return state;