/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | print-tree.h | 24 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 D | ggc.h | 306 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 D | print-tree.c | 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() [all …]
|
H A D | coretypes.h | 96 union tree_node; 97 typedef union tree_node *tree; 98 typedef const union tree_node *const_tree;
|
H A D | treestruct.def | 27 union tree_node. 30 union tree_node for garbage collection purposes, as well as
|
H A D | tree-hash-traits.h | 24 struct tree_operand_hash : ggc_ptr_hash <tree_node>
|
H A D | tree-ssa-coalesce.c | 1205 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 D | print-tree.h | 24 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 D | ipa-modref-tree.h | 741 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 D | print-tree.cc | 1139 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 D | ggc.h | 314 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 D | ipa-modref-tree.cc | 1046 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 D | coretypes.h | 96 union tree_node; 97 typedef union tree_node *tree; 98 typedef const union tree_node *const_tree;
|
H A D | treestruct.def | 27 union tree_node. 30 union tree_node for garbage collection purposes, as well as
|
H A D | tree-hash-traits.h | 24 struct tree_operand_hash : ggc_ptr_hash <tree_node>
|
H A D | tree-ssa-coalesce.cc | 1205 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 D | gluelayer.d | 72 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 D | module.cc | 2467 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 D | context.hh | 90 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 D | fdt_overlay.c | 223 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 D | lto-tree.h | 52 union tree_node GTY ((tag ("TS_LTO_GENERIC"),
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-tree.h | 52 union tree_node GTY ((tag ("TS_LTO_GENERIC"),
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpp-id-data.h | 39 cpp_hashnode ** GTY ((nested_ptr (union tree_node,
|
H A D | cpplib.h | 219 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 D | cpplib.h | 222 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,
|