Lines Matching defs:alt_dump_file
54 static FILE *alt_dump_file = NULL;
79 /* Set "alt_dump_file" to NEW_ALT_DUMP_FILE, refreshing the "dumps_are_enabled"
86 alt_dump_file = new_alt_dump_file;
556 or alt_dump_file change, or when changing dump_context in selftests. */
561 dumps_are_enabled = (dump_file || alt_dump_file || optinfo_enabled_p ()
620 if (alt_dump_file && apply_dump_filter_p (dump_kind, alt_flags))
621 ::dump_loc (dump_kind, alt_dump_file, srcloc);
1126 if (alt_dump_file && apply_dump_filter_p (MSG_NOTE, alt_flags))
1127 ::dump_loc (MSG_NOTE, alt_dump_file, src_loc);
1238 if (alt_dump_file && apply_dump_filter_p (dump_kind, alt_flags))
1239 fprintf (alt_dump_file, "%s", item->get_text ());
1390 if (alt_dump_file
1392 print_dec (value, alt_dump_file, sgn);
1405 if (alt_dump_file
1407 print_hex (value, alt_dump_file);
1461 DUMP_FILE, and ALT_DUMP_FILE to point to the opened streams, and
1510 reset the globals DUMP_FILE, ALT_DUMP_FILE, and DUMP_FLAGS. */
2056 if (alt_dump_file
2058 dump_bb (alt_dump_file, bb, indent, TDF_DETAILS);