| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20001203-2.c | 47 create_array_type (struct type *result_type, struct type *element_type) in create_array_type() function 119 create_array_type (&result_type, &element_type); in main()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | gnu-v3-abi.c | 133 = create_array_type (0, ptrdiff_type, in build_gdb_vtable_type() 156 = create_array_type (0, ptr_to_void_fn_type, in build_gdb_vtable_type()
|
| H A D | values.c | 121 return allocate_value (create_array_type ((struct type *) NULL, in allocate_repeat_value() 1182 stringtype = create_array_type ((struct type *) NULL, in value_from_string()
|
| H A D | gdbtypes.c | 738 create_array_type (struct type *result_type, struct type *element_type, in create_array_type() function 786 result_type = create_array_type (result_type, in create_string_type() 842 array_type = create_array_type (0, elt_type, in init_simd_type() 854 array_type = create_array_type (0, elt_type, in init_vector_type()
|
| H A D | dwarfread.c | 1315 typep = create_array_type ((struct type *) NULL, nexttype, rangetype); in decode_subscript_data_item() 1329 typep = create_array_type ((struct type *) NULL, nexttype, rangetype); in decode_subscript_data_item() 1337 typep = create_array_type ((struct type *) NULL, nexttype, rangetype); in decode_subscript_data_item()
|
| H A D | valops.c | 241 VALUE_TYPE (arg2) = create_array_type ((struct type *) NULL, in value_cast() 1035 arraytype = create_array_type ((struct type *) NULL, in value_array() 2779 slice_type = create_array_type ((struct type *) NULL, element_type, in value_slice()
|
| H A D | parse.c | 1269 create_array_type ((struct type *) NULL, in follow_types()
|
| H A D | f-exp.y | 532 create_array_type ((struct type *) NULL,
|
| H A D | ada-lang.c | 1487 elt_type = create_array_type (array_type, elt_type, range_type); in ada_type_of_array() 1588 create_array_type (new_type, new_elt_type, TYPE_FIELD_TYPE (type, 0)); in packed_array_type() 2119 create_array_type (NULL, TYPE_TARGET_TYPE (type), index_type); in ada_value_slice_ptr() 2131 create_array_type (NULL, TYPE_TARGET_TYPE (type), index_type); in ada_value_slice() 2369 return allocate_value (create_array_type (NULL, elt_type, index_type)); in empty_array() 6436 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)), in to_fixed_array_type() 6457 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)), in to_fixed_array_type()
|
| H A D | tracepoint.c | 292 func_string = create_array_type (func_string, in set_traceframe_context() 313 file_string = create_array_type (file_string, in set_traceframe_context()
|
| H A D | ada-valprint.c | 674 (create_array_type in ada_val_print_1()
|
| H A D | gdbtypes.h | 1226 extern struct type *create_array_type (struct type *, struct type *,
|
| H A D | jv-lang.c | 780 type = create_array_type (NULL, type, range_type); in java_array_type()
|
| H A D | ax-gdb.c | 1440 struct type *array = create_array_type (0, value1.type, range); in gen_repeat()
|
| H A D | f-exp.c | 1660 create_array_type ((struct type *) NULL,
|
| H A D | ChangeLog-1992 | 330 * gdbtypes.c (create_array_type): Removed index_type, low_bound, 335 * gdbtypes.h (create_array_type): Change prototype parameters. 499 * gdbtypes.c (create_array_type): Complete rewrite. Now requires 506 * gdbtypes.h (create_array_type): Update prototype. 507 * c-exp.y (ptype production): Adjust for new create_array_type 509 * coffread.c (decode_type): Call create_array_type rather than 511 * convex-tdep.c (value_type): Remove, now use create_array_type. 513 vector_type into calls to create_array_type. 517 create_array_type. Now records index type and range as well. 519 change to use create_array_type. [all …]
|
| H A D | coffread.c | 1733 create_array_type ((struct type *) NULL, base_type, range_type); in decode_type()
|
| H A D | sh-tdep.c | 1797 return create_array_type (NULL, builtin_type_float, temp); in sh_sh4_build_float_register_type()
|
| H A D | sh64-tdep.c | 2000 return create_array_type (NULL, builtin_type_float, temp); in sh64_build_float_register_type()
|
| H A D | dwarf2read.c | 4117 set_die_type (die, create_array_type (NULL, element_type, range_type), in read_array_type() 4157 type = create_array_type (NULL, type, range_types[i++]); in read_array_type() 4162 type = create_array_type (NULL, type, range_types[ndim]); in read_array_type()
|
| H A D | stabsread.c | 3395 type = create_array_type (type, element_type, range_type); in read_array_type()
|
| H A D | mdebugread.c | 1806 t = create_array_type ((struct type *) NULL, *tpp, range); in upgrade_type()
|
| H A D | ChangeLog-3.x | 1924 * symtab.c, symtab.h (create_array_type): Created. Some minor
|
| H A D | ChangeLog-1993 | 7077 create_range_type and create_array_type. 7219 * gdbtypes.c (create_range_type, create_array_type): Inherit
|
| H A D | ChangeLog-1995 | 216 (create_array_type): Don't force_to_range_type; users of the
|