Searched refs:dump_pointer (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-dump.h | 84 extern void dump_pointer (dump_info_p, const char *, void *);
|
H A D | tree-dump.c | 158 dump_pointer (dump_info_p di, const char *field, void *ptr) in dump_pointer() function 704 dump_pointer (di, "addr", (void *)t); in dequeue_and_dump()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-dump.h | 84 extern void dump_pointer (dump_info_p, const char *, void *);
|
H A D | tree-dump.cc | 158 dump_pointer (dump_info_p di, const char *field, void *ptr) in dump_pointer() function 704 dump_pointer (di, "addr", (void *)t); in dequeue_and_dump()
|
H A D | ChangeLog-2001 | 21308 (dump_pointer): Declare. 21312 (dump_pointer): New function.
|
H A D | ChangeLog-2012 | 1355 * tree-dump.c (dump_pointer): Print pointer via HOST_WIDE_INT_PRINT.
|
H A D | ChangeLog-2007 | 20628 * tree-dump.c (dump_pointer): Use 'unsigned long' for %lx.
|