Home
last modified time | relevance | path

Searched refs:tree_node (Results 1 – 25 of 118) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprint-tree.h24 extern void debug_raw (const tree_node &ref);
25 extern void debug_raw (const tree_node *ptr);
26 extern void debug (const tree_node &ref);
27 extern void debug (const tree_node *ptr);
28 extern void debug_verbose (const tree_node &ref);
29 extern void debug_verbose (const tree_node *ptr);
30 extern void debug_head (const tree_node &ref);
31 extern void debug_head (const tree_node *ptr);
32 extern void debug_body (const tree_node &ref);
33 extern void debug_body (const tree_node *ptr);
H A Dggc.h306 inline union tree_node *
309 return (union tree_node *) ggc_internal_alloc (s PASS_MEM_STAT); in ggc_alloc_tree_node_stat()
312 inline union tree_node *
315 return (union tree_node *) ggc_internal_cleared_alloc (s PASS_MEM_STAT); in ggc_alloc_cleared_tree_node_stat()
H A Dprint-tree.c1130 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()
[all …]
H A Dcoretypes.h96 union tree_node;
97 typedef union tree_node *tree;
98 typedef const union tree_node *const_tree;
H A Dtreestruct.def27 union tree_node.
30 union tree_node for garbage collection purposes, as well as
H A Dtree-hash-traits.h24 struct tree_operand_hash : ggc_ptr_hash <tree_node>
H A Dtree-ssa-coalesce.c1205 struct ssa_name_var_hash : nofree_ptr_hash <tree_node>
1207 static inline hashval_t hash (const tree_node *);
1208 static inline int equal (const tree_node *, const tree_node *);
1218 ssa_name_var_hash::equal (const tree_node *n1, const tree_node *n2) in equal()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprint-tree.h24 extern void debug_raw (const tree_node &ref);
25 extern void debug_raw (const tree_node *ptr);
26 extern void debug (const tree_node &ref);
27 extern void debug (const tree_node *ptr);
28 extern void debug_verbose (const tree_node &ref);
29 extern void debug_verbose (const tree_node *ptr);
30 extern void debug_head (const tree_node &ref);
31 extern void debug_head (const tree_node *ptr);
32 extern void debug_body (const tree_node &ref);
33 extern void debug_body (const tree_node *ptr);
H A Dipa-modref-tree.h741 void gt_ggc_mx (modref_tree <tree_node*>* const&);
743 void gt_pch_nx (modref_tree <tree_node*>* const&);
745 void gt_pch_nx (modref_tree <tree_node*>* const&, gt_pointer_operator op,
749 void gt_ggc_mx (modref_base_node <tree_node*>* &);
751 void gt_pch_nx (modref_base_node <tree_node*>* const&);
754 void gt_pch_nx (modref_base_node <tree_node*>* const&, gt_pointer_operator op,
758 void gt_ggc_mx (modref_ref_node <tree_node*>* &);
760 void gt_pch_nx (modref_ref_node <tree_node*>* const&);
763 void gt_pch_nx (modref_ref_node <tree_node*>* const&, gt_pointer_operator op,
H A Dprint-tree.cc1139 debug_raw (const tree_node &ref) in debug_raw()
1145 debug_raw (const tree_node *ptr) in debug_raw()
1154 dump_tree_via_hooks (const tree_node *ptr, dump_flags_t options) in dump_tree_via_hooks()
1157 lang_hooks.print_decl (stderr, const_cast <tree_node*> (ptr), 0); in dump_tree_via_hooks()
1159 lang_hooks.print_type (stderr, const_cast <tree_node*> (ptr), 0); in dump_tree_via_hooks()
1161 lang_hooks.print_identifier (stderr, const_cast <tree_node*> (ptr), 0); in dump_tree_via_hooks()
1163 print_generic_expr (stderr, const_cast <tree_node*> (ptr), options); in dump_tree_via_hooks()
1168 debug (const tree_node &ref) in debug()
1174 debug (const tree_node *ptr) in debug()
1183 debug_head (const tree_node &ref) in debug_head()
[all …]
H A Dggc.h314 inline union tree_node *
317 return (union tree_node *) ggc_internal_alloc (s PASS_MEM_STAT); in ggc_alloc_tree_node_stat()
320 inline union tree_node *
323 return (union tree_node *) ggc_internal_cleared_alloc (s PASS_MEM_STAT); in ggc_alloc_cleared_tree_node_stat()
H A Dipa-modref-tree.cc1046 gt_ggc_mx (modref_tree < tree_node * >*const &tt) in gt_ggc_mx()
1056 void gt_pch_nx (modref_tree<tree_node*>* const&) {} in gt_pch_nx()
1058 void gt_pch_nx (modref_tree<tree_node*>* const&, gt_pointer_operator, void *) {} in gt_pch_nx()
1070 void gt_ggc_mx (modref_base_node<tree_node*>* &b) in gt_ggc_mx()
1083 void gt_pch_nx (modref_base_node<tree_node*>*) {} in gt_pch_nx() argument
1085 void gt_pch_nx (modref_base_node<tree_node*>*, gt_pointer_operator, void *) {} in gt_pch_nx() argument
1097 void gt_ggc_mx (modref_ref_node<tree_node*>* &r) in gt_ggc_mx()
1110 void gt_pch_nx (modref_ref_node<tree_node*>*) {} in gt_pch_nx() argument
1112 void gt_pch_nx (modref_ref_node<tree_node*>*, gt_pointer_operator, void *) {} in gt_pch_nx() argument
H A Dcoretypes.h96 union tree_node;
97 typedef union tree_node *tree;
98 typedef const union tree_node *const_tree;
H A Dtreestruct.def27 union tree_node.
30 union tree_node for garbage collection purposes, as well as
H A Dtree-hash-traits.h24 struct tree_operand_hash : ggc_ptr_hash <tree_node>
H A Dtree-ssa-coalesce.cc1205 struct ssa_name_var_hash : nofree_ptr_hash <tree_node>
1207 static inline hashval_t hash (const tree_node *);
1208 static inline int equal (const tree_node *, const tree_node *);
1218 ssa_name_var_hash::equal (const tree_node *n1, const tree_node *n2) in equal()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dgluelayer.d72 extern (C++) union tree_node; in version()
74 alias Symbol = tree_node; in version()
75 alias code = tree_node; in version()
76 alias type = tree_node; in version()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc2467 hashval_t h = pointer_hash<tree_node>::hash (p.first); in hash()
2489 hashval_t h = pointer_hash<tree_node>::hash (b->entity); in hash()
2829 struct duplicate_hash : nodel_ptr_hash<tree_node>
2903 tree tree_node (bool is_use = false);
3072 void tree_node (tree);
4455 struct note_def_cache_hasher : ggc_cache_ptr_hash<tree_node>
4841 tree_node (decls); in chained_decls()
4843 tree_node (NULL_TREE); in chained_decls()
4851 if (tree decl = tree_node ()) in chained_decls()
4887 tree_node (NULL_TREE); in vec_chained_decls()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dcontext.hh90 hash_table< nofree_ptr_hash<tree_node> > preserved;
101 tree_node **slot = preserved.find_slot (t, INSERT); in preserve()
/netbsd-src/sys/external/bsd/libfdt/dist/
H A Dfdt_overlay.c223 int tree_node, in overlay_update_local_node_references() argument
247 tree_val = fdt_getprop(fdto, tree_node, name, &tree_len); in overlay_update_local_node_references()
272 tree_node, in overlay_update_local_node_references()
291 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-tree.h52 union tree_node GTY ((tag ("TS_LTO_GENERIC"),
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-tree.h52 union tree_node GTY ((tag ("TS_LTO_GENERIC"),
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpp-id-data.h39 cpp_hashnode ** GTY ((nested_ptr (union tree_node,
H A Dcpplib.h219 GTY ((nested_ptr (union tree_node,
229 GTY ((nested_ptr (union tree_node,
235 GTY ((nested_ptr (union tree_node,
765 nested_ptr (union tree_node,
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h222 GTY ((nested_ptr (union tree_node,
232 GTY ((nested_ptr (union tree_node,
238 GTY ((nested_ptr (union tree_node,
822 nested_ptr (union tree_node,

12345