Home
last modified time | relevance | path

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

123

/dflybsd-src/contrib/gcc-8.0/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 Dtree-hash-traits.h24 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 Dggc.h278 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 Dprint-tree.c1011 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 Dcoretypes.h95 union tree_node;
96 typedef union tree_node *tree;
97 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-ssa-coalesce.c1425 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 Dgimple-ssa.h50 struct ssa_name_hasher : ggc_ptr_hash<tree_node>
H A Dstringpool.c233 nested_ptr (union tree_node, "%h ? GCC_IDENT_TO_HT_IDENT (%h) : NULL",
H A Dtree-sra.c296 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 Dipa-devirt.c279 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 Dtree-ssa-loop-im.c152 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 Dcoretypes.h59 union tree_node;
60 typedef union tree_node *tree;
63 typedef const union tree_node *const_tree;
H A Dggc.h338 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 Dtreestruct.def27 union tree_node.
30 union tree_node for garbage collection purposes, as well as
H A Dstringpool.c222 nested_ptr (union tree_node, "%h ? GCC_IDENT_TO_HT_IDENT (%h) : NULL",
H A Dtree-flow.h49 htab_t GTY((param_is (union tree_node))) referenced_vars;
78 htab_t GTY((param_is (union tree_node))) default_defs;
H A Dfunction.h550 htab_t GTY ((param_is (union tree_node))) used_types_hash;
/dflybsd-src/contrib/gcc-8.0/gcc/lto/
H A Dlto-tree.h52 union tree_node GTY ((tag ("TS_LTO_GENERIC"),
/dflybsd-src/contrib/gcc-4.7/gcc/lto/
H A Dlto-tree.h54 union tree_node GTY ((tag ("TS_LTO_GENERIC"),
/dflybsd-src/contrib/gcc-4.7/libcpp/include/
H A Dcpp-id-data.h38 cpp_hashnode ** GTY ((nested_ptr (union tree_node,
H A Dline-map.h107 struct cpp_hashnode * GTY ((nested_ptr (union tree_node,
/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dcpp-id-data.h39 cpp_hashnode ** GTY ((nested_ptr (union tree_node,
H A Dcpplib.h218 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 Ddmsetup.c283 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()

123