Searched refs:TYPE_OBJFILE (Results 1 – 3 of 3) sorted by relevance
169 TYPE_OBJFILE (type) = objfile; in alloc_type()187 if (TYPE_OBJFILE (oldtype) == NULL) in alloc_type_instance()194 type = obstack_alloc (&TYPE_OBJFILE (oldtype)->objfile_obstack, in alloc_type_instance()244 ntype = alloc_type (TYPE_OBJFILE (type)); in make_pointer_type()252 objfile = TYPE_OBJFILE (ntype); in make_pointer_type()254 TYPE_OBJFILE (ntype) = objfile; in make_pointer_type()311 ntype = alloc_type (TYPE_OBJFILE (type)); in make_reference_type()319 objfile = TYPE_OBJFILE (ntype); in make_reference_type()321 TYPE_OBJFILE (ntype) = objfile; in make_reference_type()360 ntype = alloc_type (TYPE_OBJFILE (type)); in make_function_type()[all …]
781 #define TYPE_OBJFILE(thistype) TYPE_MAIN_TYPE(thistype)->objfile macro1086 (TYPE_OBJFILE (t) != NULL \1087 ? obstack_alloc (&TYPE_OBJFILE (t) -> objfile_obstack, size) \
1078 struct objfile *objf = TYPE_OBJFILE (VALUE_TYPE (arr)); in ada_type_of_array()1192 new_type = alloc_type (TYPE_OBJFILE (type)); in packed_array_type()1841 NULL, TYPE_OBJFILE (arr_type)); in ada_array_bound_from_type()4117 ftype = alloc_type (TYPE_OBJFILE (SYMBOL_TYPE (func))); in fill_in_ada_prototype()5957 rtype = alloc_type (TYPE_OBJFILE (type)); in template_to_fixed_record_type()6070 alloc_type (TYPE_OBJFILE (templ_type)); in template_to_static_fixed_type()6122 rtype = alloc_type (TYPE_OBJFILE (type)); in to_record_with_fixed_variant_part()6228 return empty_record (TYPE_OBJFILE (var_type)); in to_fixed_variant_branch_type()6275 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)), in to_fixed_array_type()6295 dval, TYPE_OBJFILE (type0)); in to_fixed_array_type()[all …]