Lines Matching defs:dump_printf
61 dump_printf () for dumps. */
907 dump_printf and dump_printf_loc.
922 /* Format decoder for dump_pretty_printer, and thus for dump_printf and
1023 /* Similar to dump_printf, except source location is also printed, and
1342 dump_printf (const dump_metadata_t &metadata, const char *format, ...)
1351 /* Similar to dump_printf, except source location is also printed, and
2300 /* Test of dump_printf. */
2304 dump_printf (MSG_NOTE, "int: %i str: %s", 42, "foo");
2321 /* Test of dump_printf with %T. */
2325 dump_printf (MSG_NOTE, "tree: %T", integer_zero_node);
2343 /* Test of dump_printf with %E. */
2347 dump_printf (MSG_NOTE, "gimple: %E", stmt);
2365 /* Test of dump_printf with %G. */
2369 dump_printf (MSG_NOTE, "gimple: %G", stmt);
2387 /* Test of dump_printf with %C. */
2391 dump_printf (MSG_NOTE, "node: %C", node);
2762 dump_printf (MSG_NOTE, "msg1\n");