Home | History | Annotate | Download | only in memcheck

Lines Matching refs:clo_xml

272    channel, depending on the setting of VG_(clo_xml).
276 if (VG_(clo_xml)) {
301 HChar* xpre = VG_(clo_xml) ? " <auxwhat>" : " ";
302 HChar* xpost = VG_(clo_xml) ? "</auxwhat>" : "";
368 VG_(clo_xml) ? " " : " ",
372 VG_(clo_xml) ? " " : " ",
427 if (VG_(clo_xml)) {
453 const Bool xml = VG_(clo_xml); /* a shorthand */