Lines Matching full:xml_out
377 format_output::xml_formatter * xml_out = 0;
381 xml_out = new format_output::xml_formatter(&pc, symbols,
383 xml_out->show_details(options::details);
384 out = xml_out;
406 xml_support = new xml_utils(xml_out, symbols, nr_classes,
408 xml_out->output(cout);
458 format_output::xml_cg_formatter * xml_out = 0;
462 xml_out = new format_output::xml_cg_formatter(cg, symbols,
464 xml_out->show_details(options::details);
465 out = xml_out;
486 xml_support = new xml_utils(xml_out, symbols, nr_classes,
488 xml_out->output(cout);