| /dflybsd-src/contrib/gcc-8.0/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 | tree-hash-traits.h | 24 struct tree_operand_hash : ggc_ptr_hash <tree_node> 47 struct tree_decl_hash : ggc_ptr_hash <tree_node> 61 struct tree_ssa_name_hash : ggc_ptr_hash <tree_node> 73 struct tree_hash : ggc_ptr_hash <tree_node>
|
| H A D | ggc.h | 278 inline union tree_node * 281 return (union tree_node *) ggc_internal_alloc (s PASS_MEM_STAT); in ggc_alloc_tree_node_stat() 284 inline union tree_node * 287 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 | 1011 debug_raw (const tree_node &ref) in debug_raw() 1017 debug_raw (const tree_node *ptr) in debug_raw() 1026 dump_tree_via_hooks (const tree_node *ptr, dump_flags_t options) in dump_tree_via_hooks() 1029 lang_hooks.print_decl (stderr, const_cast <tree_node*> (ptr), 0); in dump_tree_via_hooks() 1031 lang_hooks.print_type (stderr, const_cast <tree_node*> (ptr), 0); in dump_tree_via_hooks() 1033 lang_hooks.print_identifier (stderr, const_cast <tree_node*> (ptr), 0); in dump_tree_via_hooks() 1035 print_generic_expr (stderr, const_cast <tree_node*> (ptr), options); in dump_tree_via_hooks() 1040 debug (const tree_node &ref) in debug() 1046 debug (const tree_node *ptr) in debug() 1055 debug_head (const tree_node &ref) in debug_head() [all …]
|
| H A D | coretypes.h | 95 union tree_node; 96 typedef union tree_node *tree; 97 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-ssa-coalesce.c | 1425 struct ssa_name_var_hash : nofree_ptr_hash <tree_node> 1427 static inline hashval_t hash (const tree_node *); 1428 static inline int equal (const tree_node *, const tree_node *); 1438 ssa_name_var_hash::equal (const tree_node *n1, const tree_node *n2) in equal()
|
| H A D | gimple-ssa.h | 50 struct ssa_name_hasher : ggc_ptr_hash<tree_node>
|
| H A D | stringpool.c | 233 nested_ptr (union tree_node, "%h ? GCC_IDENT_TO_HT_IDENT (%h) : NULL",
|
| H A D | tree-sra.c | 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() 1972 tree_node **slot; in maybe_add_sra_candidate() 4153 tree_node **slot; in find_param_candidates()
|
| H A D | ipa-devirt.c | 279 typedef union tree_node *compare_type; 281 static inline bool equal (const odr_type_d *, const tree_node *); 292 static inline bool equal (const odr_type_d *, const tree_node *); 576 odr_name_hasher::equal (const odr_type_d *o1, const tree_node *t2) 601 odr_vtable_hasher::equal (const odr_type_d *o1, const tree_node *t2)
|
| H A D | tree-ssa-loop-im.c | 152 typedef tree_node *compare_type; 154 static inline bool equal (const im_mem_ref *, const tree_node *); 169 mem_ref_hasher::equal (const im_mem_ref *mem1, const tree_node *obj2) in equal()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | coretypes.h | 59 union tree_node; 60 typedef union tree_node *tree; 63 typedef const union tree_node *const_tree;
|
| H A D | ggc.h | 338 static inline union tree_node * 341 return (union tree_node *) ggc_internal_zone_alloc_stat (z, s PASS_MEM_STAT); in ggc_alloc_zone_tree_node_stat() 344 static inline union tree_node * 348 return (union tree_node *) in ggc_alloc_zone_cleared_tree_node_stat()
|
| H A D | treestruct.def | 27 union tree_node. 30 union tree_node for garbage collection purposes, as well as
|
| H A D | stringpool.c | 222 nested_ptr (union tree_node, "%h ? GCC_IDENT_TO_HT_IDENT (%h) : NULL",
|
| H A D | tree-flow.h | 49 htab_t GTY((param_is (union tree_node))) referenced_vars; 78 htab_t GTY((param_is (union tree_node))) default_defs;
|
| H A D | function.h | 550 htab_t GTY ((param_is (union tree_node))) used_types_hash;
|
| /dflybsd-src/contrib/gcc-8.0/gcc/lto/ |
| H A D | lto-tree.h | 52 union tree_node GTY ((tag ("TS_LTO_GENERIC"),
|
| /dflybsd-src/contrib/gcc-4.7/gcc/lto/ |
| H A D | lto-tree.h | 54 union tree_node GTY ((tag ("TS_LTO_GENERIC"),
|
| /dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
| H A D | cpp-id-data.h | 38 cpp_hashnode ** GTY ((nested_ptr (union tree_node,
|
| H A D | line-map.h | 107 struct cpp_hashnode * GTY ((nested_ptr (union tree_node,
|
| /dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
| H A D | cpp-id-data.h | 39 cpp_hashnode ** GTY ((nested_ptr (union tree_node,
|
| H A D | cpplib.h | 218 GTY ((nested_ptr (union tree_node, 228 GTY ((nested_ptr (union tree_node, 234 GTY ((nested_ptr (union tree_node,
|
| /dflybsd-src/contrib/lvm2/dist/tools/ |
| H A 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() 2335 return ((struct dmsetup_report_obj *)obj)->tree_node; in _tree_get_obj()
|