Home | History | Annotate | Download | only in memcheck

Lines Matching refs:clo_xml

271    channel, depending on the setting of VG_(clo_xml).
275 if (VG_(clo_xml)) {
300 HChar* xpre = VG_(clo_xml) ? " <auxwhat>" : " ";
301 HChar* xpost = VG_(clo_xml) ? "</auxwhat>" : "";
367 VG_(clo_xml) ? " " : " ",
371 VG_(clo_xml) ? " " : " ",
426 if (VG_(clo_xml)) {
541 const Bool xml = VG_(clo_xml); /* a shorthand */