Home | History | Annotate | Download | only in pp

Lines Matching refs:symbols

373 	symbol_collection symbols = pc.select_symbols(choice);
374 options::sort_by.sort(symbols, options::reverse_sort,
381 xml_out = new format_output::xml_formatter(&pc, symbols,
406 xml_support = new xml_utils(xml_out, symbols, nr_classes,
410 text_out->output(cout, symbols);
423 diff_collection symbols = dc.get_symbols(choice);
441 options::sort_by.sort(symbols, options::reverse_sort,
444 out.output(cout, symbols);
452 symbol_collection symbols = cg.get_symbols();
454 options::sort_by.sort(symbols, options::reverse_sort,
462 xml_out = new format_output::xml_cg_formatter(cg, symbols,
486 xml_support = new xml_utils(xml_out, symbols, nr_classes,
490 text_out->output(cout, symbols);
504 if (!options::symbols && !options::xml) {