Home
last modified time | relevance | path

Searched refs:indented_print_rtx_head (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dprint-rtl.cc1842 char indented_print_rtx_head[32]; in print_pattern() local
1845 gcc_assert (strlen (print_rtx_head) < sizeof (indented_print_rtx_head) - 4); in print_pattern()
1846 snprintf (indented_print_rtx_head, in print_pattern()
1847 sizeof (indented_print_rtx_head), in print_pattern()
1849 print_rtx_head = indented_print_rtx_head; in print_pattern()