Lines Matching defs:cend
321 cg_symbol::children::iterator cend = sym.callers.end();
323 while (cit != cend && op_ratio(cit->sample.counts[0],
327 if (cit != cend)
331 cend = sym.callees.end();
333 while (cit != cend && op_ratio(cit->sample.counts[0],
337 if (cit != cend)
362 cg_data::children::const_iterator cend = data.callers.end();
364 for (cit = data.callers.begin(); cit != cend; ++cit) {
371 cend = data.callees.end();
373 for (cit = data.callees.begin(); cit != cend; ++cit) {