Searched refs:dtype (Results 1 - 25 of 27) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Daliasing_dummy_1.f9013 type :: dtype type in program:test_lex
16 end type dtype
19 type(dtype), dimension(4) :: list
24 type(dtype) :: elist(2,2)
26 table%list = (/dtype (1 , "one "), dtype (2 , "two "), dtype (3 , "three"), dtype (4 , "four ")/)
H A Dhost_assoc_types_2.f907 module dtype module
47 use dtype, overloaded_type_d => overloaded_type
/haiku-buildtools/binutils/include/vms/
H A Ddsc.h89 unsigned char dtype; member in struct:vms_dsc
97 unsigned char dtype; member in struct:vms_dsc64
107 unsigned char dtype; member in struct:vms_dsc_nca
123 unsigned char dtype; member in struct:vms_dsc_ubs
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/debug/
H A Dpr57351.c21 typedef struct { GFC_LOGICAL_1 *base_addr; size_t offset; index_type dtype; descriptor_dimension dim[7];} gfc_array_l1; member in struct:__anon1279
22 typedef struct { GFC_LOGICAL_8 *base_addr; size_t offset; index_type dtype; descriptor_dimension dim[7];} gfc_array_l8; member in struct:__anon1280
/haiku-buildtools/legacy/binutils/binutils/
H A Dstabs.c687 debug_type dtype; local
795 dtype = parse_stab_type (dhandle, info, (const char *) NULL,
797 if (dtype == DEBUG_TYPE_NULL)
804 if (! debug_record_typed_const (dhandle, name, dtype, atoi (p)))
816 dtype = parse_stab_type (dhandle, info, (const char *) NULL,
818 if (dtype == DEBUG_TYPE_NULL)
820 if (! debug_record_label (dhandle, name, dtype, value))
827 dtype = parse_stab_type (dhandle, info, (const char *) NULL, &p,
829 if (dtype == DEBUG_TYPE_NULL)
831 if (! debug_record_function (dhandle, name, dtype, typ
1134 debug_type dtype; local
3525 debug_type dtype; local
[all...]
H A Dreadelf.c5872 const char *dtype;
5876 dtype = get_dynamic_type (entry->d_tag);
5877 printf (" (%s)%*s", dtype,
5879 - (int) strlen (dtype)),
5869 const char *dtype; local
/haiku-buildtools/binutils/binutils/
H A Dstabs.c684 debug_type dtype; local
783 dtype = parse_stab_type (dhandle, info, (const char *) NULL,
785 if (dtype == DEBUG_TYPE_NULL)
792 if (! debug_record_typed_const (dhandle, name, dtype, atoi (p)))
804 dtype = parse_stab_type (dhandle, info, (const char *) NULL,
806 if (dtype == DEBUG_TYPE_NULL)
808 if (! debug_record_label (dhandle, name, dtype, value))
815 dtype = parse_stab_type (dhandle, info, (const char *) NULL, &p,
817 if (dtype == DEBUG_TYPE_NULL)
819 if (! debug_record_function (dhandle, name, dtype, typ
1148 debug_type dtype; local
3564 debug_type dtype; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20090113-1.c9 int dtype; member in struct:__anon1707
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr47744-2.c16 typedef struct { GFC_INTEGER_16 *data; size_t offset; index_type dtype; descriptor_dimension dim[7];} gfc_array_i16; member in struct:__anon2388
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c785 tree dtype = TREE_TYPE (e);
788 dtype = TYPE_MAIN_VARIANT (dtype);
829 && ! (IS_AGGR_TYPE (dtype) && DERIVED_FROM_P (type, dtype)))
782 tree dtype = TREE_TYPE (e); local
H A Dtypeck.c1919 tree dtype;
1923 dtype = TREE_TYPE (datum);
1924 if (TREE_CODE (dtype) == REFERENCE_TYPE)
1925 dtype = TREE_TYPE (dtype);
1926 if (! IS_AGGR_TYPE_CODE (TREE_CODE (dtype)))
1929 basetype, field, dtype);
1939 tree binfo = binfo_or_else (basetype, dtype);
1913 tree dtype; local
/haiku-buildtools/gcc/gcc/java/
H A Dclass.c2328 tree dtype, decl; local
2340 dtype = make_node (RECORD_TYPE);
2342 PUSH_FIELD (input_location, dtype, dummy, "top_offset", ptr_type_node);
2343 PUSH_FIELD (input_location, dtype, dummy, "type_info", ptr_type_node);
2345 PUSH_FIELD (input_location, dtype, dummy, "class", class_ptr_type);
2351 DECL_CONTEXT (tmp_field) = dtype;
2356 PUSH_FIELD (input_location, dtype, dummy, "gc_descr", ptr_type_node);
2362 DECL_CONTEXT (tmp_field) = dtype;
2371 PUSH_FIELD (input_location, dtype, dummy, "methods",
2373 layout_type (dtype);
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dcvt.c866 tree dtype = TREE_TYPE (e);
869 dtype = TYPE_MAIN_VARIANT (dtype);
886 && ! (CLASS_TYPE_P (dtype) && DERIVED_FROM_P (type, dtype)))
864 tree dtype = TREE_TYPE (e); local
H A Derror.c894 tree dtype = TYPE_DOMAIN (t); local
895 tree max = TYPE_MAX_VALUE (dtype);
914 PLUS_EXPR, dtype, max,
915 build_int_cst (dtype, 1));
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-types.c1232 index dtype;
1252 The dtype member is formatted as follows:
1253 rank = dtype & GFC_DTYPE_RANK_MASK // 3 bits
1254 type = (dtype & GFC_DTYPE_TYPE_MASK) >> GFC_DTYPE_TYPE_SHIFT // 3 bits
1255 size = dtype >> GFC_DTYPE_SIZE_SHIFT
1436 tree dtype;
1470 /* TODO: Don't do dtype for temporary descriptorless arrays. */
1486 dtype = build_int_cst (gfc_array_index_type, i);
1494 dtype = fold_build2_loc (input_location, PLUS_EXPR, gfc_array_index_type,
1495 tmp, dtype);
1429 tree dtype; local
1502 tree dtype; local
[all...]
H A Dtrans.h865 tree dtype; variable
939 #define GFC_TYPE_ARRAY_DTYPE(node) (TYPE_LANG_SPECIFIC(node)->dtype)
H A Dtrans-expr.c7815 tree dtype, data; local
7819 /* Set dtype. */
7820 dtype = gfc_conv_descriptor_dtype (desc);
7822 gfc_add_modify (&block, dtype, tmp);
8325 /* Unallocated, the descriptor does not have a dtype. */
8578 tree dst, dlen, dtype; local
8585 dtype = TREE_TYPE (dst);
8586 if (POINTER_TYPE_P (dtype))
8587 dtype = TREE_TYPE (dtype);
8627 tree dst, dtype; local
[all...]
H A Dtrans-io.c1629 tree dtype; local
1660 dtype = gfc_get_dtype (dt);
1665 dtype = IARG (itype << GFC_DTYPE_TYPE_SHIFT);
1670 (address, name, type, kind or string_length, dtype) */
1682 tmp, dtype);
H A Dtrans-array.c265 tree dtype; local
267 dtype = gfc_conv_descriptor_dtype (desc);
268 tmp = build_int_cst (TREE_TYPE (dtype), GFC_DTYPE_RANK_MASK);
269 tmp = fold_build2_loc (input_location, BIT_AND_EXPR, TREE_TYPE (dtype),
270 dtype, tmp);
1110 /* Fill in the array dtype. */
4987 /* Set the dtype. */
6871 /* Set the dtype. */
8703 /* For deferred character length, the 'size' field of the dtype might
8704 have changed so set the dtype
[all...]
/haiku-buildtools/gcc/gcc/
H A Dubsan.c388 tree dtype = ubsan_get_type_descriptor_type ();
518 dtype);
530 tree ctor = build_constructor_va (dtype, 3, NULL_TREE,
H A Ddwarf2out.c10737 tree dtype = TREE_TYPE (name);
10739 if (qualified_type == dtype)
10747 int dquals = TYPE_QUALS_NO_ADDR_SPACE (dtype);
16539 tree dtype;
16545 dtype = lang_hooks.types.descriptive_type (type);
16546 if (!dtype)
16549 dtype_die = lookup_type_die (dtype);
16552 gen_type_die (dtype, context_die);
16553 dtype_die = lookup_type_die (dtype);
10724 tree dtype = TREE_TYPE (name); local
16525 tree dtype; local
/haiku-buildtools/legacy/binutils/include/
H A Dhp-symtab.h1336 struct dntt_type_type dtype; member in union:dnttentry
/haiku-buildtools/binutils/include/
H A Dhp-symtab.h1337 struct dntt_type_type dtype; member in union:dnttentry
/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarf2out.c6430 tree dtype = TREE_TYPE (TYPE_NAME (type));
6431 if (type == dtype)
6438 else if (is_const_type < TYPE_READONLY (dtype)
6439 || is_volatile_type < TYPE_VOLATILE (dtype))
6422 tree dtype = TREE_TYPE (TYPE_NAME (type)); local
/haiku-buildtools/binutils/bfd/
H A Dvms-alpha.c6577 unsigned char dtype = buf[2];
6591 fprintf (file, _("class: %u, dtype: %u, length: %u, pointer: 0x%08x\n"),
6592 bclass, dtype, len, pointer);
6603 evax_bfd_get_dsc_name (dsc->dtype));
6645 evax_bfd_get_dsc_name (ubs->dtype));
6565 unsigned char dtype = buf[2]; local

Completed in 447 milliseconds

12