Searched refs:print_declaration (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-pretty-print.h | 40 extern void print_declaration (pretty_printer *, tree, int, int);
|
H A D | tree-pretty-print.c | 125 print_declaration (&buffer, decl, 2, flags); in print_generic_decl() 1425 print_declaration (buffer, DECL_EXPR_DECL (node), spc, flags); in dump_generic_node() 1508 print_declaration (buffer, op0, spc+2, flags); in dump_generic_node() 2409 print_declaration (pretty_printer *buffer, tree t, int spc, int flags) in print_declaration() function 2538 print_declaration (buffer, tmp, spc+2, flags); in print_struct_decl()
|
H A D | gimple-pretty-print.c | 885 print_declaration (buffer, var, spc, flags); in dump_gimple_bind()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-pretty-print.h | 43 extern void print_declaration (pretty_printer *, tree, int, dump_flags_t);
|
H A D | tree-pretty-print.c | 122 print_declaration (tree_pp, decl, 2, flags); in print_generic_decl() 2165 print_declaration (pp, DECL_EXPR_DECL (node), spc, flags); in dump_generic_node() 2248 print_declaration (pp, op0, spc+2, flags); in dump_generic_node() 3290 print_declaration (pretty_printer *pp, tree t, int spc, dump_flags_t flags) in print_declaration() function 3431 print_declaration (pp, tmp, spc+2, flags); in print_struct_decl()
|
H A D | gimple-pretty-print.c | 1164 print_declaration (buffer, var, spc, flags); in dump_gimple_bind()
|