Searched refs:c_dump_tree (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-dump.c | 30 c_dump_tree (void *dump_info, tree t) in c_dump_tree() function
|
H A D | c-common.h | 1067 extern bool c_dump_tree (void *, tree);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-dump.cc | 37 c_dump_tree (void *dump_info, tree t) in c_dump_tree() function
|
H A D | c-common.h | 1097 extern bool c_dump_tree (void *, tree);
|
H A D | ChangeLog | 2006 (c_dump_tree): Move code to handle structured loop and switch
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-objc-common.h | 76 #define LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN c_dump_tree
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-objc-common.h | 80 #define LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN c_dump_tree
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | dump.cc | 310 return c_dump_tree (di, t); in cp_dump_tree()
|
H A D | ChangeLog-2002 | 2164 * dump.c (cp_dump_tree): Call c_dump_tree.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | dump.c | 341 return c_dump_tree (di, t); in cp_dump_tree()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 27691 * c-dump.c (c_dump_tree, case DECL_STMT): Deleted. 28569 (c_dump_tree): Remove RETURN_STMT. 28840 * c-dump.c (c_dump_tree): Move IF_STMT, CLEANUP_STMT to cp_dump_tree. 29384 * c-dump.c (c_dump_tree): Likewise. 29489 * c-dump.c (c_dump_tree): Likewise. 29499 * c-dump.c (c_dump_tree): Likewise. 29511 * c-dump.c (c_dump_tree): Likewise. 29641 * c-dump.c (c_dump_tree): Remove SCOPE_STMT.
|
H A D | ChangeLog-2005 | 21934 * c-dump.c (c_dump_tree): Remove EXPR_STMT case. 23215 * c-dump.c (c_dump_tree): Don't handle STMT_EXPR. 24800 * c-dump.c (c_dump_tree): Remove handling of BREAK_STMT, 33314 * c-dump.c (c_dump_tree): Likewise.
|
H A D | ChangeLog-2003 | 29194 * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
|
H A D | ChangeLog-2002 | 9619 * c-dump.c (c_dump_tree): Adjust. 12108 * c-common.h: Declare c_dump_tree.
|