Lines Matching refs:tree_node
1130 debug_raw (const tree_node &ref) in debug_raw()
1136 debug_raw (const tree_node *ptr) in debug_raw()
1145 dump_tree_via_hooks (const tree_node *ptr, dump_flags_t options) in dump_tree_via_hooks()
1148 lang_hooks.print_decl (stderr, const_cast <tree_node*> (ptr), 0); in dump_tree_via_hooks()
1150 lang_hooks.print_type (stderr, const_cast <tree_node*> (ptr), 0); in dump_tree_via_hooks()
1152 lang_hooks.print_identifier (stderr, const_cast <tree_node*> (ptr), 0); in dump_tree_via_hooks()
1154 print_generic_expr (stderr, const_cast <tree_node*> (ptr), options); in dump_tree_via_hooks()
1159 debug (const tree_node &ref) in debug()
1165 debug (const tree_node *ptr) in debug()
1174 debug_head (const tree_node &ref) in debug_head()
1180 debug_head (const tree_node *ptr) in debug_head()
1189 debug_body (const tree_node &ref) in debug_body()
1192 dump_function_to_file (const_cast <tree_node*> (&ref), stderr, TDF_NONE); in debug_body()
1198 debug_body (const tree_node *ptr) in debug_body()