Searched refs:decl_quals (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2out.cc | 3864 static int decl_quals (const_tree); 13482 decl_quals (const_tree decl) in decl_quals() function 22975 decl_quals (node_or_origin), in gen_formal_parameter_die() 24340 cv_quals = decl_quals (decl); in override_type_for_decl_p() 24469 decl_quals (decl_or_origin), false, in gen_variable_die() 24542 add_type_attribute (var_die, type, decl_quals (decl_or_origin), in gen_variable_die() 24614 add_type_attribute (var_die, type, decl_quals (decl_or_origin), false, in gen_variable_die() 25025 add_type_attribute (decl_die, member_declared_type (decl), decl_quals (decl), in gen_field_die() 26055 add_type_attribute (type_die, type, decl_quals (decl), false, in gen_typedef_die()
|
H A D | ChangeLog-2016 | 15835 * dwarf2out.c (decl_quals): Don't map TREE_READONLY to
|
H A D | ChangeLog-2014 | 28345 * dwarf2out.c (decl_quals): New function.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2out.c | 3775 static int decl_quals (const_tree); 13077 decl_quals (const_tree decl) in decl_quals() function 22277 decl_quals (node_or_origin), in gen_formal_parameter_die() 23642 cv_quals = decl_quals (decl); in override_type_for_decl_p() 23771 decl_quals (decl_or_origin), false, in gen_variable_die() 23844 add_type_attribute (var_die, type, decl_quals (decl_or_origin), in gen_variable_die() 23916 add_type_attribute (var_die, type, decl_quals (decl_or_origin), false, in gen_variable_die() 24327 add_type_attribute (decl_die, member_declared_type (decl), decl_quals (decl), in gen_field_die() 25459 add_type_attribute (type_die, type, decl_quals (decl), false, in gen_typedef_die()
|