| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| 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);
|
| 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,
|
| 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 …]
|
| 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()
|
| 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
|
| D | coretypes.h | 96 union tree_node; 97 typedef union tree_node *tree; 98 typedef const union tree_node *const_tree;
|
| D | treestruct.def | 27 union tree_node. 30 union tree_node for garbage collection purposes, as well as
|
| D | tree-hash-traits.h | 24 struct tree_operand_hash : ggc_ptr_hash <tree_node>
|
| 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()
|
| D | gimple-ssa.h | 50 struct ssa_name_hasher : ggc_ptr_hash<tree_node>
|
| D | stringpool.cc | 239 nested_ptr (union tree_node, "%h ? GCC_IDENT_TO_HT_IDENT (%h) : NULL",
|
| D | tree-sra.cc | 296 struct uid_decl_hasher : nofree_ptr_hash <tree_node> 298 static inline hashval_t hash (const tree_node *); 299 static inline bool equal (const tree_node *, const tree_node *); 305 uid_decl_hasher::hash (const tree_node *item) in hash() 313 uid_decl_hasher::equal (const tree_node *a, const tree_node *b) in equal() 327 tree_node t; in candidate() 1916 tree_node **slot; in maybe_add_sra_candidate()
|
| D | except.cc | 709 typedef tree_node *compare_type; 711 static inline bool equal (const ttypes_filter *, const tree_node *); 718 ttypes_filter_hasher::equal (const ttypes_filter *entry, const tree_node *data) in equal()
|
| D | optabs-libfuncs.cc | 704 struct libfunc_decl_hasher : ggc_ptr_hash<tree_node>
|
| D | tree-core.h | 2042 desc ("tree_node_structure (&%h)"), variable_size)) tree_node { union
|
| D | system.h | 1184 #define CONST_CAST_TREE(X) CONST_CAST (union tree_node *, (X))
|
| D | fold-const.cc | 13536 hash_table<nofree_ptr_hash<const tree_node> > *); 13550 hash_table<nofree_ptr_hash<const tree_node> > ht (32); in fold() 13574 hash_table<nofree_ptr_hash<const tree_node> > ht (32); in print_fold_checksum() 13592 hash_table<nofree_ptr_hash <const tree_node> > *ht) in fold_checksum_tree() 13594 const tree_node **slot; in fold_checksum_tree() 13596 union tree_node *buf; in fold_checksum_tree() 13612 buf = XALLOCAVAR (union tree_node, sz); in fold_checksum_tree() 13630 buf = XALLOCAVAR (union tree_node, sz); in fold_checksum_tree() 13649 buf = XALLOCAVAR (union tree_node, sz); in fold_checksum_tree() 13771 hash_table<nofree_ptr_hash<const tree_node> > ht (32); in debug_fold_checksum() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| 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 …]
|
| D | tree.cc | 1003 struct cplus_array_hasher : ggc_ptr_hash<tree_node> 2153 struct list_hasher : ggc_ptr_hash<tree_node> 2952 hash_table<nofree_ptr_hash <tree_node> > *statements in verify_stmt_tree_r() 2953 = static_cast <hash_table<nofree_ptr_hash <tree_node> > *> (data); in verify_stmt_tree_r() 2954 tree_node **slot; in verify_stmt_tree_r() 2976 hash_table<nofree_ptr_hash <tree_node> > statements (37); in verify_stmt_tree()
|
| D | lex.cc | 791 struct conv_type_hasher : ggc_ptr_hash<tree_node>
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/lto/ |
| D | lto-tree.h | 52 union tree_node GTY ((tag ("TS_LTO_GENERIC"),
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/include/ |
| 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,
|
| D | line-map.h | 471 GTY ((nested_ptr (union tree_node,
|
| /netbsd/src/external/gpl2/lvm2/dist/tools/ |
| D | dmsetup.c | 283 struct dm_tree_node *tree_node; member 396 obj.tree_node = dm_tree_find_node(_dtree, info->major, info->minor); in _display_info_cols() 775 obj.tree_node = NULL; in _splitname() 2328 return ((struct dmsetup_report_obj *)obj)->tree_node; in _tree_get_obj()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/objc/ |
| D | objc-act.cc | 4015 struct decl_name_hash : nofree_ptr_hash <tree_node> 4017 static inline hashval_t hash (const tree_node *); 4018 static inline bool equal (const tree_node *, const tree_node *); 4022 decl_name_hash::hash (const tree_node *q) in hash() 4028 decl_name_hash::equal (const tree_node *a, const tree_node *b) in equal() 4123 tree_node **slot = htab.find_slot (ivar, INSERT); in objc_detect_field_duplicates() 4170 tree_node **slot = htab.find_slot (ivar, INSERT); in objc_detect_field_duplicates()
|