22#ifndef GCC_TREE_PRETTY_PRINT_H
23#define GCC_TREE_PRETTY_PRINT_H
27#define pp_unsupported_tree(PP, T) \
28 pp_verbatim (PP, "%qs not supported by %s", \
29 get_tree_code_name (TREE_CODE (T)), __FUNCTION__)
31#define pp_ti_abstract_origin(TI) ((tree *) (TI)->m_data)
Definition pretty-print.h:241
const union tree_node * const_tree
Definition coretypes.h:98
union tree_node * tree
Definition coretypes.h:97
@ TDF_NONE
Definition dumpfile.h:80
enum dump_flag dump_flags_t
Definition dumpfile.h:209
tree_code
Definition genmatch.cc:992
Definition double-int.h:50
omp_memory_order
Definition tree-core.h:651
void print_generic_expr(FILE *, tree, dump_flags_t=TDF_NONE)
Definition tree-pretty-print.cc:171
void debug_generic_expr(tree)
Definition tree-pretty-print.cc:92
void pp_tree_identifier(pretty_printer *, tree)
Definition tree-pretty-print.cc:5043
int op_code_prio(enum tree_code)
Definition tree-pretty-print.cc:4575
void pretty_print_string(pretty_printer *, const char *, size_t)
Definition tree-pretty-print.cc:4958
int dump_generic_node(pretty_printer *, tree, int, dump_flags_t, bool)
Definition tree-pretty-print.cc:2085
const char * op_symbol_code(enum tree_code, dump_flags_t=TDF_NONE)
Definition tree-pretty-print.cc:4727
char * print_generic_expr_to_str(tree)
Definition tree-pretty-print.cc:182
void print_declaration(pretty_printer *, tree, int, dump_flags_t)
Definition tree-pretty-print.cc:4399
void print_generic_stmt(FILE *, tree, dump_flags_t=TDF_NONE)
Definition tree-pretty-print.cc:143
void debug_generic_stmt(tree)
Definition tree-pretty-print.cc:101
void dump_omp_loop_non_rect_expr(pretty_printer *, tree, int, dump_flags_t)
Definition tree-pretty-print.cc:2054
int op_prio(const_tree)
Definition tree-pretty-print.cc:4710
void dump_location(pretty_printer *pp, location_t loc)
Definition tree-pretty-print.cc:1703
void pp_double_int(pretty_printer *pp, double_int d, bool uns)
Definition tree-pretty-print.cc:5096
void print_generic_stmt_indented(FILE *, tree, dump_flags_t, int)
Definition tree-pretty-print.cc:155
void dump_function_header(FILE *, tree, dump_flags_t)
Definition tree-pretty-print.cc:5059
void print_call_name(pretty_printer *, tree, dump_flags_t)
Definition tree-pretty-print.cc:4897
void print_generic_decl(FILE *, tree, dump_flags_t)
Definition tree-pretty-print.cc:132
void dump_omp_atomic_memory_order(pretty_printer *, enum omp_memory_order)
Definition tree-pretty-print.cc:1842
void debug_tree_chain(tree)
Definition tree-pretty-print.cc:110
void print_omp_context_selector(FILE *, tree, dump_flags_t)
Definition tree-pretty-print.cc:1693
void dump_omp_clauses(pretty_printer *, tree, int, dump_flags_t, bool=true)
Definition tree-pretty-print.cc:1611