Home
last modified time | relevance | path

Searched refs:constant_descriptor_tree (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dvarasm.c2813 const struct constant_descriptor_tree *const c1 in const_desc_eq()
2815 const struct constant_descriptor_tree *const c2 in const_desc_eq()
3101 static struct constant_descriptor_tree *
3104 struct constant_descriptor_tree *desc; in build_constant_desc()
3195 struct constant_descriptor_tree *desc; in output_constant_def()
3196 struct constant_descriptor_tree key; in output_constant_def()
3205 desc = (struct constant_descriptor_tree *) *loc; in output_constant_def()
3307 struct constant_descriptor_tree *desc; in lookup_constant_def()
3308 struct constant_descriptor_tree key; in lookup_constant_def()
3312 desc = (struct constant_descriptor_tree *) in lookup_constant_def()
[all …]
H A Dcgraph.h901 struct GTY(()) constant_descriptor_tree { struct
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcgraph.h2888 struct GTY((for_user)) constant_descriptor_tree { struct
2989 struct tree_descriptor_hasher : ggc_ptr_hash<constant_descriptor_tree>
2991 static hashval_t hash (constant_descriptor_tree *);
2992 static bool equal (constant_descriptor_tree *, constant_descriptor_tree *);
H A Dvarasm.c3103 constant_descriptor_tree *c2) in equal()
3326 static struct constant_descriptor_tree *
3329 struct constant_descriptor_tree *desc; in build_constant_desc()
3335 desc = ggc_alloc<constant_descriptor_tree> (); in build_constant_desc()
3419 struct constant_descriptor_tree *desc; in output_constant_def()
3420 struct constant_descriptor_tree key; in output_constant_def()
3426 constant_descriptor_tree **loc in output_constant_def()
3548 struct constant_descriptor_tree key; in lookup_constant_def()
3552 constant_descriptor_tree *desc in lookup_constant_def()
3566 struct constant_descriptor_tree *desc, key; in tree_output_constant_def()
[all …]
H A Dasan.c2855 count_string_csts (constant_descriptor_tree **slot, in count_string_csts()
2858 struct constant_descriptor_tree *desc = *slot; in count_string_csts()
2879 add_string_csts (constant_descriptor_tree **slot, in add_string_csts()
2882 struct constant_descriptor_tree *desc = *slot; in add_string_csts()