Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvarasm.c3013 static void maybe_output_constant_def_contents (struct constant_descriptor_tree *, int);
3026 tree_descriptor_hasher::hash (constant_descriptor_tree *ptr) in hash()
3144 tree_descriptor_hasher::equal (constant_descriptor_tree *c1, in equal()
3145 constant_descriptor_tree *c2) in equal()
3371 static struct constant_descriptor_tree *
3374 struct constant_descriptor_tree *desc; in build_constant_desc()
3380 desc = ggc_alloc<constant_descriptor_tree> (); in build_constant_desc()
3459 static constant_descriptor_tree *
3473 struct constant_descriptor_tree key; in add_constant_to_table()
3476 constant_descriptor_tree **loc in add_constant_to_table()
[all …]
H A Dcgraph.h3128 struct GTY((for_user)) constant_descriptor_tree { struct
3223 struct tree_descriptor_hasher : ggc_ptr_hash<constant_descriptor_tree>
3225 static hashval_t hash (constant_descriptor_tree *);
3226 static bool equal (constant_descriptor_tree *, constant_descriptor_tree *);
H A Dasan.c3070 count_string_csts (constant_descriptor_tree **slot, in count_string_csts()
3073 struct constant_descriptor_tree *desc = *slot; in count_string_csts()
3094 add_string_csts (constant_descriptor_tree **slot, in add_string_csts()
3097 struct constant_descriptor_tree *desc = *slot; in add_string_csts()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvarasm.cc3095 static void maybe_output_constant_def_contents (struct constant_descriptor_tree *, int);
3108 tree_descriptor_hasher::hash (constant_descriptor_tree *ptr) in hash()
3226 tree_descriptor_hasher::equal (constant_descriptor_tree *c1, in equal()
3227 constant_descriptor_tree *c2) in equal()
3451 static struct constant_descriptor_tree *
3454 struct constant_descriptor_tree *desc; in build_constant_desc()
3460 desc = ggc_alloc<constant_descriptor_tree> (); in build_constant_desc()
3539 static constant_descriptor_tree *
3553 struct constant_descriptor_tree key; in add_constant_to_table()
3556 constant_descriptor_tree **loc in add_constant_to_table()
[all …]
H A Dcgraph.h3096 struct GTY((for_user)) constant_descriptor_tree { struct
3191 struct tree_descriptor_hasher : ggc_ptr_hash<constant_descriptor_tree>
3193 static hashval_t hash (constant_descriptor_tree *);
3194 static bool equal (constant_descriptor_tree *, constant_descriptor_tree *);
H A Dasan.cc3533 count_string_csts (constant_descriptor_tree **slot, in count_string_csts()
3536 struct constant_descriptor_tree *desc = *slot; in count_string_csts()
3557 add_string_csts (constant_descriptor_tree **slot, in add_string_csts()
3560 struct constant_descriptor_tree *desc = *slot; in add_string_csts()
H A DChangeLog-200218309 (struct constant_descriptor_tree): New, based on constant_descriptor.
18312 constant_descriptor_tree structure.
18318 (output_constant_def): Use struct constant_descriptor_tree.
H A DChangeLog-200915898 (constant_descriptor_tree): Move from varasm.c.
15900 (constant_descriptor_tree): Move to cgraph.h.
H A DChangeLog-200518496 * varasm.c (struct constant_descriptor_tree): Add hash field.
H A DChangeLog-200323858 (struct constant_descriptor_tree): Kill next and label fields.