Searched refs:print_c_tree (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-pretty-print.h | 141 void print_c_tree (FILE *file, tree t);
|
H A D | c-gimplify.c | 147 print_c_tree (dump_orig, DECL_SAVED_TREE (fndecl)); in c_genericize()
|
H A D | c-pretty-print.c | 2452 print_c_tree (FILE *file, tree t) in print_c_tree() function 2467 print_c_tree (stderr, t); in debug_c_tree()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-pretty-print.h | 141 void print_c_tree (FILE *file, tree t);
|
H A D | c-gimplify.cc | 615 print_c_tree (dump_orig, DECL_SAVED_TREE (fndecl)); in c_genericize()
|
H A D | c-pretty-print.cc | 2922 print_c_tree (FILE *file, tree t) in print_c_tree() function 2937 print_c_tree (stderr, t); in debug_c_tree()
|
H A D | ChangeLog | 10638 (print_c_tree): Do not call c_pretty_printer_init. 10653 * c-pretty-print.c (print_c_tree): Simplify. Use non-static local 10680 (print_c_tree): Likewise. 11226 (print_c_tree): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog.tree-ssa | 8586 * c-pretty-print.c (print_c_tree): Create new pp object. 8626 (print_c_tree): New function. 8627 * c-pretty-print.h (print_c_tree): Declare. 14964 * c-common.h (print_c_tree, print_c_node, print_c_node_brief, 16704 (print_c_tree): Don't call init_output_buffer. Call 18550 (print_c_tree) 18559 * c-tree.h (print_c_tree): Declare.
|
H A D | ChangeLog-2004 | 33290 (print_c_tree): Create new pp object. 33292 print_c_tree): Declare.
|