Searched refs:tree_add_const_value_attribute (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2out.cc | 3907 static bool tree_add_const_value_attribute (dw_die_ref, tree); 20922 tree_add_const_value_attribute (dw_die_ref die, tree t) in tree_add_const_value_attribute() function 21011 return tree_add_const_value_attribute (var_die, DECL_INITIAL (decl)); in tree_add_const_value_attribute_for_decl() 27795 && !tree_add_const_value_attribute (e->die, e->arg)) in gen_remaining_tmpl_value_param_die_attribute() 30937 if (tree_add_const_value_attribute (die, init)) in optimize_location_into_implicit_ptr()
|
H A D | ChangeLog-2009 | 8261 (tree_add_const_value_attribute): Return the value returned by 8985 (tree_add_const_value_attribute): Return true if successful. 12079 tree_add_const_value_attribute. 12081 instead of tree_add_const_value_attribute. 12085 (tree_add_const_value_attribute): Handle integral and pointer 12091 (tree_add_const_value_attribute): Make this work for constant
|
H A D | ChangeLog-2008 | 7009 * dwarf2out.c (tree_add_const_value_attribute): Only handle 8301 (tree_add_const_value_attribute): Call it.
|
H A D | ChangeLog | 10857 (tree_add_const_value_attribute): Don't call rtl_for_decl_init if
|
H A D | ChangeLog-2020 | 14694 (tree_add_const_value_attribute): Unconditionally call 38562 (tree_add_const_value_attribute): Adjust caller.
|
H A D | ChangeLog-2006 | 15497 tree_add_const_value_attribute if nothing else works.
|
H A D | ChangeLog-2014 | 38194 (tree_add_const_value_attribute): Likewise. 38294 * dwarf2out.c (tree_add_const_value_attribute): Call
|
H A D | ChangeLog-2021 | 6297 (tree_add_const_value_attribute): Pass TYPE_MODE (type) to new
|
H A D | ChangeLog-2000 | 7711 * dwarf2out.c (tree_add_const_value_attribute): New fn.
|
H A D | ChangeLog-2005 | 26535 (tree_add_const_value_attribute): Call rtl_for_decl_init and
|
H A D | ChangeLog-2016 | 10199 * dwarf2out.c (tree_add_const_value_attribute): Do not try
|
H A D | ChangeLog-2010 | 27274 (tree_add_const_value_attribute): Likewise.
|
H A D | ChangeLog-2013 | 35580 * dwarf2out.c (tree_add_const_value_attribute): Call ggc_free (array)
|
H A D | ChangeLog-2017 | 14327 * dwarf2out.c (tree_add_const_value_attribute): For INTEGER_CST
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2out.c | 3818 static bool tree_add_const_value_attribute (dw_die_ref, tree); 20284 tree_add_const_value_attribute (dw_die_ref die, tree t) in tree_add_const_value_attribute() function 20359 return tree_add_const_value_attribute (var_die, DECL_INITIAL (decl)); in tree_add_const_value_attribute_for_decl() 27183 && !tree_add_const_value_attribute (e->die, e->arg)) in gen_remaining_tmpl_value_param_die_attribute() 30197 if (tree_add_const_value_attribute (die, init)) in optimize_location_into_implicit_ptr()
|