Lines Matching refs:spc
859 newline_and_indent (pretty_printer *buffer, int spc) in newline_and_indent() argument
862 INDENT (spc); in newline_and_indent()
1519 dump_ada_import (pretty_printer *buffer, tree t, int spc) in dump_ada_import() argument
1528 newline_and_indent (buffer, spc + 5); in dump_ada_import()
1537 newline_and_indent (buffer, spc + 5); in dump_ada_import()
1586 bool is_destructor, int spc) in dump_ada_function_declaration() argument
1617 newline_and_indent (buffer, spc + 1); in dump_ada_function_declaration()
1665 dump_ada_node (buffer, TREE_TYPE (arg), type, spc, false, true); in dump_ada_function_declaration()
1671 dump_ada_node (buffer, TREE_VALUE (arg), type, spc, false, true); in dump_ada_function_declaration()
1694 newline_and_indent (buffer, spc + INDENT_INCR); in dump_ada_function_declaration()
1703 newline_and_indent (buffer, spc + INDENT_INCR); in dump_ada_function_declaration()
1713 dump_ada_node (buffer, rtype, rtype, spc, false, true); in dump_ada_function_declaration()
1721 dump_ada_array_domains (pretty_printer *buffer, tree node, int spc) in dump_ada_array_domains() argument
1740 dump_ada_node (buffer, min, NULL_TREE, spc, false, true); in dump_ada_array_domains()
1746 dump_ada_node (buffer, max, NULL_TREE, spc, false, true); in dump_ada_array_domains()
1800 dump_ada_array_type (pretty_printer *buffer, tree node, tree type, int spc) in dump_ada_array_type() argument
1811 dump_ada_array_domains (buffer, node, spc); in dump_ada_array_type()
1828 dump_ada_node (buffer, tmp, node, spc, false, true); in dump_ada_array_type()
1839 dump_template_types (pretty_printer *buffer, tree types, int spc) in dump_template_types() argument
1846 if (!dump_ada_node (buffer, elem, NULL_TREE, spc, false, true)) in dump_template_types()
1858 dump_ada_template (pretty_printer *buffer, tree t, int spc) in dump_ada_template() argument
1896 INDENT (spc); in dump_ada_template()
1899 dump_ada_node (buffer, instance, t, spc, false, true); in dump_ada_template()
1900 dump_template_types (buffer, types, spc); in dump_ada_template()
1902 spc += INDENT_INCR; in dump_ada_template()
1903 newline_and_indent (buffer, spc); in dump_ada_template()
1907 dump_ada_node (buffer, instance, t, spc, false, true); in dump_ada_template()
1915 dump_ada_node (buffer, instance, t, spc, false, false); in dump_ada_template()
1917 spc -= INDENT_INCR; in dump_ada_template()
1918 newline_and_indent (buffer, spc); in dump_ada_template()
1921 newline_and_indent (buffer, spc); in dump_ada_template()
1924 dump_ada_node (buffer, instance, t, spc, false, true); in dump_ada_template()
1925 dump_template_types (buffer, types, spc); in dump_ada_template()
1965 dump_ada_enum_type (pretty_printer *buffer, tree node, int spc) in dump_ada_enum_type() argument
1970 spc += INDENT_INCR; in dump_ada_enum_type()
1971 newline_and_indent (buffer, spc - 1); in dump_ada_enum_type()
1980 newline_and_indent (buffer, spc); in dump_ada_enum_type()
1986 spc -= INDENT_INCR; in dump_ada_enum_type()
1987 newline_and_indent (buffer, spc); in dump_ada_enum_type()
1999 newline_and_indent (buffer, spc); in dump_ada_enum_type()
2014 node, spc, false, true); in dump_ada_enum_type()
2043 dump_ada_node (pretty_printer *buffer, tree node, tree type, int spc, in dump_ada_node() argument
2064 dump_ada_node (buffer, BINFO_TYPE (node), type, spc, limited_access, in dump_ada_node()
2099 dump_ada_node (buffer, TYPE_NAME (node), node, spc, false, true); in dump_ada_node()
2101 dump_ada_enum_type (buffer, node, spc); in dump_ada_node()
2152 dump_ada_node (buffer, TYPE_NAME (node), node, spc, limited_access, in dump_ada_node()
2163 spc + INDENT_INCR); in dump_ada_node()
2169 newline_and_indent (buffer, spc); in dump_ada_node()
2224 return spc; in dump_ada_node()
2260 dump_ada_node (buffer, type_name, TREE_TYPE (node), spc, in dump_ada_node()
2264 spc, false, true); in dump_ada_node()
2272 dump_ada_node (buffer, TYPE_NAME (node), node, spc, limited_access, in dump_ada_node()
2275 dump_ada_array_type (buffer, node, type, spc); in dump_ada_node()
2281 dump_ada_node (buffer, TYPE_NAME (node), node, spc, limited_access, in dump_ada_node()
2284 dump_ada_structure (buffer, node, type, false, spc); in dump_ada_node()
2375 dump_ada_node (buffer, TREE_TYPE (node), type, spc, false, false); in dump_ada_node()
2400 dump_ada_methods (pretty_printer *buffer, tree node, int spc) in dump_ada_methods() argument
2417 res = dump_ada_declaration (buffer, fld, node, spc); in dump_ada_methods()
2427 dump_forward_type (pretty_printer *buffer, tree type, tree t, int spc) in dump_forward_type() argument
2435 dump_forward_type (buffer, TREE_TYPE (type), t, spc); in dump_forward_type()
2440 dump_forward_type (buffer, TREE_TYPE (type), t, spc); in dump_forward_type()
2442 dump_forward_type (buffer, arg, t, spc); in dump_forward_type()
2459 dump_ada_node (buffer, decl, NULL_TREE, spc, false, true); in dump_forward_type()
2461 newline_and_indent (buffer, spc); in dump_forward_type()
2484 bitmap dumped_types, int spc) in dump_nested_types_1() argument
2498 dump_nested_type (buffer, field, t, parent, dumped_types, spc); in dump_nested_types_1()
2502 dump_nested_type (buffer, field, t, parent, dumped_types, spc); in dump_nested_types_1()
2510 dump_nested_types (pretty_printer *buffer, tree t, int spc) in dump_nested_types() argument
2513 dump_nested_types_1 (buffer, t, t, dumped_types, spc); in dump_nested_types()
2522 bitmap dumped_types, int spc) in dump_nested_type() argument
2531 dump_forward_type (buffer, tmp, t, spc); in dump_nested_type()
2550 dump_nested_type (buffer, decl, t, parent, dumped_types, spc); in dump_nested_type()
2554 dump_forward_type (buffer, TREE_TYPE (tmp), t, spc); in dump_nested_type()
2564 dump_ada_array_type (buffer, field_type, parent, spc); in dump_nested_type()
2566 newline_and_indent (buffer, spc); in dump_nested_type()
2576 dump_ada_node (buffer, field_type, NULL_TREE, spc, false, true); in dump_nested_type()
2580 dump_ada_enum_type (buffer, field_type, spc); in dump_nested_type()
2582 newline_and_indent (buffer, spc); in dump_nested_type()
2587 dump_nested_types_1 (buffer, field, parent, dumped_types, spc); in dump_nested_type()
2592 dump_ada_node (buffer, field_type, NULL_TREE, spc, false, true); in dump_nested_type()
2600 dump_ada_structure (buffer, field_type, t, true, spc); in dump_nested_type()
2607 newline_and_indent (buffer, spc + 5); in dump_nested_type()
2612 newline_and_indent (buffer, spc); in dump_nested_type()
2740 dump_ada_declaration (pretty_printer *buffer, tree t, tree type, int spc) in dump_ada_declaration() argument
2750 return dump_ada_template (buffer, t, spc); in dump_ada_declaration()
2776 INDENT (spc); in dump_ada_declaration()
2784 INDENT (spc); in dump_ada_declaration()
2787 dump_forward_type (buffer, orig, t, spc); in dump_ada_declaration()
2790 dump_ada_node (buffer, t, type, spc, false, true); in dump_ada_declaration()
2792 dump_ada_node (buffer, orig, type, spc, false, true); in dump_ada_declaration()
2821 INDENT (spc); in dump_ada_declaration()
2830 dump_ada_node (buffer, t, type, spc, false, true); in dump_ada_declaration()
2841 dump_ada_node (buffer, t, type, spc, false, true); in dump_ada_declaration()
2853 newline_and_indent (buffer, spc); in dump_ada_declaration()
2860 dump_nested_types (buffer, t, spc); in dump_ada_declaration()
2866 dump_ada_node (buffer, t, type, spc, false, true); in dump_ada_declaration()
2868 spc += INDENT_INCR; in dump_ada_declaration()
2869 newline_and_indent (buffer, spc); in dump_ada_declaration()
2878 dump_forward_type (buffer, TREE_TYPE (TREE_TYPE (t)), t, spc); in dump_ada_declaration()
2890 dump_ada_node (buffer, t, type, spc, false, true); in dump_ada_declaration()
2921 INDENT (spc); in dump_ada_declaration()
2924 dump_ada_node (buffer, t, type, spc, false, true); in dump_ada_declaration()
2931 dump_ada_node (buffer, TYPE_NAME (orig), type, spc, false, true); in dump_ada_declaration()
2933 dump_ada_array_type (buffer, TREE_TYPE (t), type, spc); in dump_ada_declaration()
2937 if (spc == INDENT_INCR || TREE_STATIC (t)) in dump_ada_declaration()
2946 dump_ada_node (buffer, TREE_TYPE (t), type, spc, false, true); in dump_ada_declaration()
2950 dump_ada_array_type (buffer, TREE_TYPE (t), type, spc); in dump_ada_declaration()
3006 INDENT (spc); in dump_ada_declaration()
3012 INDENT (spc); in dump_ada_declaration()
3014 dump_forward_type (buffer, TREE_TYPE (t), t, spc); in dump_ada_declaration()
3031 (buffer, t, is_method, is_constructor, is_destructor, spc); in dump_ada_declaration()
3056 newline_and_indent (buffer, spc); in dump_ada_declaration()
3068 newline_and_indent (buffer, spc); in dump_ada_declaration()
3069 dump_ada_import (buffer, t, spc); in dump_ada_declaration()
3080 dump_ada_node (buffer, TREE_TYPE (t), t, spc, false, true); in dump_ada_declaration()
3124 newline_and_indent (buffer, spc); in dump_ada_declaration()
3126 newline_and_indent (buffer, spc + 5); in dump_ada_declaration()
3129 dump_ada_methods (buffer, TREE_TYPE (t), spc); in dump_ada_declaration()
3135 dump_ada_node (buffer, t, t, spc, false, false); in dump_ada_declaration()
3141 INDENT (spc); in dump_ada_declaration()
3147 dump_ada_node (buffer, t, t, spc, false, true); in dump_ada_declaration()
3158 dump_ada_node (buffer, orig, t, spc, false, is_subtype); in dump_ada_declaration()
3162 if (spc == INDENT_INCR || TREE_STATIC (t)) in dump_ada_declaration()
3179 dump_ada_node (buffer, TREE_TYPE (t), t, spc, false, true); in dump_ada_declaration()
3187 spc -= INDENT_INCR; in dump_ada_declaration()
3188 newline_and_indent (buffer, spc); in dump_ada_declaration()
3190 newline_and_indent (buffer, spc); in dump_ada_declaration()
3192 dump_ada_node (buffer, t, type, spc, false, true); in dump_ada_declaration()
3203 newline_and_indent (buffer, spc); in dump_ada_declaration()
3204 dump_ada_import (buffer, t, spc); in dump_ada_declaration()
3221 int spc) in dump_ada_structure() argument
3226 int field_spc = spc + INDENT_INCR; in dump_ada_structure()
3236 newline_and_indent (buffer, spc + INDENT_INCR); in dump_ada_structure()
3238 field_spc = spc + INDENT_INCR * 3; in dump_ada_structure()
3287 INDENT (spc + INDENT_INCR * 2); in dump_ada_structure()
3303 INDENT (spc + INDENT_INCR); in dump_ada_structure()
3310 INDENT (spc + INDENT_INCR); in dump_ada_structure()
3315 INDENT (spc); in dump_ada_structure()
3318 newline_and_indent (buffer, spc); in dump_ada_structure()
3327 newline_and_indent (buffer, spc + 5); in dump_ada_structure()
3336 newline_and_indent (buffer, spc + 5); in dump_ada_structure()
3343 newline_and_indent (buffer, spc + 5); in dump_ada_structure()
3348 need_semicolon = !dump_ada_methods (buffer, node, spc); in dump_ada_structure()
3362 dump_ada_declaration (buffer, tmp, type, spc); in dump_ada_structure()