Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDada-lang.c5896 is_dynamic_field (struct type *templ_type, int field_num) in is_dynamic_field() argument
5898 const char *name = TYPE_FIELD_NAME (templ_type, field_num); in is_dynamic_field()
5900 && TYPE_CODE (TYPE_FIELD_TYPE (templ_type, field_num)) == TYPE_CODE_PTR in is_dynamic_field()
6059 template_to_static_fixed_type (struct type *templ_type) in template_to_static_fixed_type() argument
6065 if (TYPE_TARGET_TYPE (templ_type) != NULL) in template_to_static_fixed_type()
6066 return TYPE_TARGET_TYPE (templ_type); in template_to_static_fixed_type()
6068 nfields = TYPE_NFIELDS (templ_type); in template_to_static_fixed_type()
6069 TYPE_TARGET_TYPE (templ_type) = type = in template_to_static_fixed_type()
6070 alloc_type (TYPE_OBJFILE (templ_type)); in template_to_static_fixed_type()
6071 TYPE_CODE (type) = TYPE_CODE (templ_type); in template_to_static_fixed_type()
[all …]