HomeSort by relevance Sort by last modified time
    Searched refs:clo_xml (Results 1 - 25 of 30) sorted by null

1 2

  /external/valgrind/main/coregrind/
m_libcassert.c 42 #include "pub_core_options.h" // For VG_(clo_xml)
208 VG_(clo_xml) = False;
253 if (VG_(clo_xml))
274 if (VG_(clo_xml))
298 if (VG_(clo_xml))
m_errormgr.c 269 return VG_(needs).core_errors && VG_(clo_verbosity) >= 1 && !VG_(clo_xml);
394 if (! VG_(clo_xml) ) {
443 if (VG_(clo_xml))
494 vg_assert( ! VG_(clo_xml) );
576 if (VG_(clo_xml)) {
681 && !VG_(clo_xml)) {
715 && !VG_(clo_xml)) {
892 if (VG_(clo_xml))
899 if (VG_(clo_xml)) {
914 if (VG_(clo_xml))
    [all...]
m_main.c 511 else if VG_BOOL_CLO(arg, "--xml", VG_(clo_xml)) {}
731 if (VG_(clo_xml) && !VG_(needs).xml_output) {
732 VG_(clo_xml) = False;
746 if (VG_(clo_xml)) {
    [all...]
m_stacktrace.c 760 if (VG_(clo_xml)) {
772 if (VG_(clo_xml))
777 if (VG_(clo_xml))
m_options.c 55 Bool VG_(clo_xml) = False; variable
m_stacks.c 304 if (VG_(clo_verbosity) > 0 && moans > 0 && !VG_(clo_xml)) {
m_signals.c     [all...]
  /external/valgrind/main/include/
pub_tool_options.h 150 /* If clo_xml is set, various other options are set in a non-default
152 extern Bool VG_(clo_xml);
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc64-aix5.c 234 if (!VG_(clo_xml))
  /external/valgrind/main/coregrind/m_ume/
main.c 42 #include "pub_core_options.h" // VG_(clo_xml)
88 if (is_setuid && !VG_(clo_xml)) {
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 352 if (VG_(clo_xml))
drd_main.c 675 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
  /external/valgrind/main/memcheck/
mc_leakcheck.c     [all...]
mc_errors.c 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)) {
438 const Bool xml = VG_(clo_xml); /* a shorthand */
    [all...]
mc_malloc_wrappers.c 168 if (!VG_(clo_xml))
179 if (!VG_(clo_xml))
905 if (VG_(clo_xml))
mc_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_errors.c 42 #include "pub_tool_options.h" // VG_(clo_xml)
588 channel, depending on the setting of VG_(clo_xml).
592 if (VG_(clo_xml)) {
627 if (VG_(clo_xml)) {
708 const Bool xml = VG_(clo_xml); /* a shorthand, that's all */
    [all...]
  /external/valgrind/main/exp-ptrcheck/
pc_common.c 265 channel, depending on the setting of VG_(clo_xml).
269 if (VG_(clo_xml)) {
303 const Bool xml = VG_(clo_xml); /* a shorthand, that's all */
sg_main.c 345 if (moans > 0 && !VG_(clo_xml)) {
740 if (already_present && moans > 0 && !VG_(clo_xml)) {
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 220 if (!VG_(clo_xml)) {
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c     [all...]
readmacho.c 684 if (VG_(clo_xml))
    [all...]
storage.c 65 if (VG_(clo_xml))
    [all...]
debuginfo.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]

Completed in 1015 milliseconds

1 2