| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | print-tree.c | 47 dump_addr (FILE *file, const char *prefix, const void *addr) in dump_addr() function 137 dump_addr (file, " ", node); in print_node_brief() 281 dump_addr (file, " ", node); in print_node() 587 dump_addr (file, "struct-function ", DECL_STRUCT_FUNCTION (node)); in print_node() 677 dump_addr (file, " canonical-type ", TYPE_CANONICAL (node)); in print_node() 901 dump_addr (file, " head ", node->stmt_list.head); in print_node() 902 dump_addr (file, " tail ", node->stmt_list.tail); in print_node() 910 dump_addr (file, " ", tsi_stmt (i)); in print_node() 955 dump_addr (file, " ptr-info ", SSA_NAME_PTR_INFO (node)); in print_node() 1218 dump_addr (stderr, " ", ref.address ()); in debug_raw()
|
| H A D | print-tree.h | 39 extern void dump_addr (FILE*, const char *, const void *);
|
| H A D | print-rtl.c | 242 dump_addr (m_outfile, " ", NOTE_BLOCK (in_rtx)); in print_rtx_operand_code_0() 316 dump_addr (m_outfile, " @", in_rtx); in print_rtx_operand_code_0() 317 dump_addr (m_outfile, "/", (void*)val); in print_rtx_operand_code_0() 689 dump_addr (m_outfile, " ", XTREE (in_rtx, idx)); in print_rtx_operand()
|
| H A D | symtab.c | 857 dump_addr (f, " @", (void *)this); in dump_base() 957 dump_addr (f, " @", (void *)aux); in dump_base()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | print-tree.cc | 47 dump_addr (FILE *file, const char *prefix, const void *addr) in dump_addr() function 137 dump_addr (file, " ", node); in print_node_brief() 281 dump_addr (file, " ", node); in print_node() 591 dump_addr (file, "struct-function ", DECL_STRUCT_FUNCTION (node)); in print_node() 681 dump_addr (file, " canonical-type ", TYPE_CANONICAL (node)); in print_node() 911 dump_addr (file, " head ", node->stmt_list.head); in print_node() 912 dump_addr (file, " tail ", node->stmt_list.tail); in print_node() 920 dump_addr (file, " ", tsi_stmt (i)); in print_node() 965 dump_addr (file, " ptr-info ", SSA_NAME_PTR_INFO (node)); in print_node() 1227 dump_addr (stderr, " ", ref.address ()); in debug_raw()
|
| H A D | print-tree.h | 39 extern void dump_addr (FILE*, const char *, const void *);
|
| H A D | print-rtl.cc | 245 dump_addr (m_outfile, " ", NOTE_BLOCK (in_rtx)); in print_rtx_operand_code_0() 319 dump_addr (m_outfile, " @", in_rtx); in print_rtx_operand_code_0() 320 dump_addr (m_outfile, "/", (void*)val); in print_rtx_operand_code_0() 722 dump_addr (m_outfile, " ", XTREE (in_rtx, idx)); in print_rtx_operand()
|
| H A D | symtab.cc | 899 dump_addr (f, " @", (void *)this); in dump_base() 1001 dump_addr (f, " @", (void *)aux); in dump_base()
|
| H A D | ChangeLog-2006 | 10549 * tree.h (dump_addr): Declare. 10550 * print-tree.c (dump_addr): New function.
|
| H A D | ChangeLog-2007 | 13438 * print-tree.c (dump_addr, print_node_brief): Likewise. 13450 expr_lineno, dump_addr, print_node_brief, flags_from_decl_or_type,
|
| H A D | ChangeLog-2013 | 8167 (dump_addr): Moved to print-tree.h.
|