Lines Matching refs:constant_descriptor_tree
3013 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()
3481 struct constant_descriptor_tree *desc = *loc; in add_constant_to_table()
3508 struct constant_descriptor_tree *desc = add_constant_to_table (exp); in output_constant_def()
3516 maybe_output_constant_def_contents (struct constant_descriptor_tree *desc, in maybe_output_constant_def_contents()
3624 struct constant_descriptor_tree key; in lookup_constant_def()
3628 constant_descriptor_tree *desc in lookup_constant_def()
3642 struct constant_descriptor_tree *desc = add_constant_to_table (exp); in tree_output_constant_def()