Searched refs:templ_type (Results 1 – 1 of 1) sorted by relevance
7460 is_dynamic_field (struct type *templ_type, int field_num) in is_dynamic_field() argument7462 const char *name = TYPE_FIELD_NAME (templ_type, field_num); in is_dynamic_field()7465 && TYPE_CODE (TYPE_FIELD_TYPE (templ_type, field_num)) == TYPE_CODE_PTR in is_dynamic_field()7905 struct type *templ_type; in to_fixed_record_type() local7910 templ_type = dynamic_template_type (type0); in to_fixed_record_type()7912 if (templ_type != NULL) in to_fixed_record_type()7913 return template_to_fixed_record_type (templ_type, valaddr, address, dval); in to_fixed_record_type()7942 struct type *templ_type; in to_fixed_variant_branch_type() local7950 templ_type = ada_find_parallel_type (var_type, "___XVU"); in to_fixed_variant_branch_type()7952 if (templ_type != NULL) in to_fixed_variant_branch_type()[all …]