#include "config.h"#include "system.h"#include "coretypes.h"#include "tm.h"#include "tree.h"#include "c-tree.h"#include "tree-dump.h"

Go to the source code of this file.
Functions/Subroutines | |
| void | dump_stmt (dump_info_p di, tree t) |
| bool | c_dump_tree (void *dump_info, tree t) |
Definition at line 42 of file c-dump.c.
References ASM_CLOBBERS, ASM_INPUTS, ASM_OUTPUTS, ASM_STRING, ASM_VOLATILE_P, CASE_HIGH, CASE_LABEL, CASE_LOW, CLEANUP_DECL, CLEANUP_EXPR, COMPOUND_BODY, DECL_C_BIT_FIELD, DECL_STMT_DECL, di, DO_BODY, DO_COND, dump_child, dump_next_stmt(), dump_stmt(), dump_string(), ELSE_CLAUSE, EXPR_STMT_EXPR, FOR_BODY, FOR_COND, FOR_EXPR, FOR_INIT_STMT, GOTO_DESTINATION, IF_COND, LABEL_STMT_LABEL, RETURN_STMT_EXPR, SCOPE_BEGIN_P, SCOPE_NO_CLEANUPS_P, SCOPE_NULLIFIED_P, STMT_EXPR_STMT, SWITCH_BODY, SWITCH_COND, THEN_CLAUSE, TREE_CODE, WHILE_BODY, and WHILE_COND.
| void dump_stmt | ( | dump_info_p | di, | |
| tree | t | |||
| ) |
Definition at line 33 of file c-dump.c.
References dump_int(), EXPR_HAS_LOCATION, EXPR_LINENO, and STMT_LINENO.
1.5.6