Home | History | Annotate | Download | only in libpp

Lines Matching full:callees

152 			// caller but different callees, and due to the
295 data.callees[*callee] += arc_count;
313 sym.callees.push_back(self);
316 sort(sym.callees.begin(), sym.callees.end(), compare_arc_count_reverse);
330 cit = sym.callees.begin();
331 cend = sym.callees.end();
338 sym.callees.erase(cit, sym.callees.end());
371 cend = data.callees.end();
373 for (cit = data.callees.begin(); cit != cend; ++cit) {
376 sym.callees.push_back(csym);