/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimple-pretty-print.c | 76 newline_and_indent (pretty_printer *buffer, int spc) in newline_and_indent() function 198 newline_and_indent (buffer, spc); in dump_gimple_fmt() 218 newline_and_indent (buffer, spc); in dump_gimple_fmt() 227 newline_and_indent (buffer, spc); in dump_gimple_fmt() 232 newline_and_indent (buffer, spc); in dump_gimple_fmt() 637 newline_and_indent (buffer, spc); in dump_gimple_call() 644 newline_and_indent (buffer, spc); in dump_gimple_call() 884 newline_and_indent (buffer, 2); in dump_gimple_bind() 892 newline_and_indent (buffer, spc); in dump_gimple_bind() 923 newline_and_indent (buffer, spc + 2); in dump_gimple_try() [all …]
|
H A D | tree-pretty-print.c | 41 static void newline_and_indent (pretty_printer *, int); 69 newline_and_indent (buffer, 2); in do_niy() 507 newline_and_indent (buffer, spc + 2); in dump_block_node() 514 newline_and_indent (buffer, spc + 2); in dump_block_node() 525 newline_and_indent (buffer, spc + 2); in dump_block_node() 536 newline_and_indent (buffer, spc + 2); in dump_block_node() 547 newline_and_indent (buffer, spc + 2); in dump_block_node() 561 newline_and_indent (buffer, spc + 2); in dump_block_node() 569 newline_and_indent (buffer, spc + 2); in dump_block_node() 577 newline_and_indent (buffer, spc + 2); in dump_block_node() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple-pretty-print.c | 64 newline_and_indent (pretty_printer *buffer, int spc) in newline_and_indent() function 270 newline_and_indent (buffer, spc); in dump_gimple_fmt() 290 newline_and_indent (buffer, spc); in dump_gimple_fmt() 299 newline_and_indent (buffer, spc); in dump_gimple_fmt() 304 newline_and_indent (buffer, spc); in dump_gimple_fmt() 863 newline_and_indent (buffer, spc); in dump_gimple_call() 870 newline_and_indent (buffer, spc); in dump_gimple_call() 1163 newline_and_indent (buffer, 2); in dump_gimple_bind() 1171 newline_and_indent (buffer, spc); in dump_gimple_bind() 1203 newline_and_indent (buffer, spc + 2); in dump_gimple_try() [all …]
|
H A D | tree-pretty-print.c | 41 static void newline_and_indent (pretty_printer *, int); 68 newline_and_indent (pp, 2); in do_niy() 1123 newline_and_indent (pp, spc + 2); in dump_block_node() 1130 newline_and_indent (pp, spc + 2); in dump_block_node() 1141 newline_and_indent (pp, spc + 2); in dump_block_node() 1152 newline_and_indent (pp, spc + 2); in dump_block_node() 1163 newline_and_indent (pp, spc + 2); in dump_block_node() 1177 newline_and_indent (pp, spc + 2); in dump_block_node() 1185 newline_and_indent (pp, spc + 2); in dump_block_node() 1193 newline_and_indent (pp, spc + 2); in dump_block_node() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-ada-spec.c | 738 newline_and_indent (pretty_printer *buffer, int spc) in newline_and_indent() function 1454 newline_and_indent (buffer, spc + 1); in dump_ada_function_declaration() 1523 newline_and_indent (buffer, spc + INDENT_INCR); in dump_ada_function_declaration() 1532 newline_and_indent (buffer, spc + INDENT_INCR); in dump_ada_function_declaration() 1716 newline_and_indent (buffer, spc); in dump_ada_template() 1731 newline_and_indent (buffer, spc); in dump_ada_template() 1734 newline_and_indent (buffer, spc); in dump_ada_template() 1847 newline_and_indent (buffer, spc - 1); in dump_generic_ada_node() 1856 newline_and_indent (buffer, spc); in dump_generic_ada_node() 1864 newline_and_indent (buffer, spc); in dump_generic_ada_node() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-ada-spec.c | 858 newline_and_indent (pretty_printer *buffer, int spc) in newline_and_indent() function 1686 newline_and_indent (buffer, spc + 1); in dump_ada_function_declaration() 1759 newline_and_indent (buffer, spc + INDENT_INCR); in dump_ada_function_declaration() 1768 newline_and_indent (buffer, spc + INDENT_INCR); in dump_ada_function_declaration() 1967 newline_and_indent (buffer, spc); in dump_ada_template() 1982 newline_and_indent (buffer, spc); in dump_ada_template() 1985 newline_and_indent (buffer, spc); in dump_ada_template() 2037 newline_and_indent (buffer, spc - 1); in dump_ada_enum_type() 2046 newline_and_indent (buffer, spc); in dump_ada_enum_type() 2053 newline_and_indent (buffer, spc); in dump_ada_enum_type() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | error.c | 3663 newline_and_indent (pretty_printer *pp, int spc) in newline_and_indent() function 3746 newline_and_indent (pp, indent); in print_template_differences() 3783 newline_and_indent (pp, indent + 2); in print_template_differences() 3798 newline_and_indent (pp, indent + 2); in print_template_differences()
|