Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDgdbtypes.c221 alloc_type_copy (const struct type *type) in alloc_type_copy() function
313 ntype = alloc_type_copy (type); in make_pointer_type()
386 ntype = alloc_type_copy (type); in make_reference_type()
444 ntype = alloc_type_copy (type); in make_function_type()
746 mtype = alloc_type_copy (type); in lookup_memberptr_type()
758 mtype = alloc_type_copy (to_type); in lookup_methodptr_type()
774 mtype = alloc_type_copy (type); in allocate_stub_method()
798 result_type = alloc_type_copy (index_type); in create_range_type()
948 result_type = alloc_type_copy (range_type); in create_array_type()
1028 result_type = alloc_type_copy (domain_type); in create_set_type()
[all …]
HDada-lang.c1871 struct type *range_type = alloc_type_copy (value_type (arr)); in ada_type_of_array()
1872 struct type *array_type = alloc_type_copy (value_type (arr)); in ada_type_of_array()
2067 new_type = alloc_type_copy (type); in constrained_packed_array_type()
7493 struct type *type = alloc_type_copy (template); in empty_record()
7551 rtype = alloc_type_copy (type); in ada_template_to_fixed_record_type_1()
7796 TYPE_TARGET_TYPE (type0) = type = alloc_type_copy (type0); in template_to_static_fixed_type()
7841 rtype = alloc_type_copy (type); in to_record_with_fixed_variant_part()
8024 result = create_array_type (alloc_type_copy (type0), in to_fixed_array_type()
8056 result = create_array_type (alloc_type_copy (elt_type0), in to_fixed_array_type()
10790 return create_range_type (alloc_type_copy (raw_type), raw_type, in to_fixed_range_type()
[all …]
HDgdbtypes.h1427 extern struct type *alloc_type_copy (const struct type *);