Searched refs:print_struct_decl (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-pretty-print.c | 43 static void print_struct_decl (pretty_printer *, const_tree, int, int); 971 print_struct_decl (buffer, node, spc, flags); in dump_generic_node() 2502 print_struct_decl (pretty_printer *buffer, const_tree node, int spc, int flags) in print_struct_decl() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-pretty-print.c | 43 static void print_struct_decl (pretty_printer *, const_tree, int, dump_flags_t); 1665 print_struct_decl (pp, node, spc, flags); in dump_generic_node() 3394 print_struct_decl (pretty_printer *pp, const_tree node, int spc, in print_struct_decl() function
|