HomeSort by: relevance | last modified time | path
    Searched refs:type_align (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
stor-layout.cc 611 if (TYPE_ALIGN (type) > DECL_ALIGN (decl))
613 SET_DECL_ALIGN (decl, TYPE_ALIGN (type));
739 && known_align >= TYPE_ALIGN (type)
740 && DECL_ALIGN (decl) >= TYPE_ALIGN (type))
856 rli->record_align = MAX (BITS_PER_UNIT, TYPE_ALIGN (t));
1083 unsigned int type_align = TYPE_ALIGN (type);
1085 type_align = desired_align;
1087 type_align = MAX (type_align, desired_align)
1079 unsigned int type_align = TYPE_ALIGN (type); local
1098 unsigned int type_align = TYPE_ALIGN (type); local
1388 unsigned int type_align = TYPE_ALIGN (type); local
1434 unsigned int type_align = TYPE_ALIGN (type); local
1600 unsigned int type_align = BITS_PER_UNIT; local
    [all...]
targhooks.cc 323 tree type_align; local
326 type_align = size_int (TYPE_ALIGN_UNIT (type));
327 if (tree_int_cst_lt (type_align, sizetype_size))
330 cookie_size = type_align;
1466 return TYPE_ALIGN (type);
2415 if (boundary < TYPE_ALIGN (type))
  /src/external/gpl3/gcc/dist/gcc/
stor-layout.cc 639 if (TYPE_ALIGN (type) > DECL_ALIGN (decl))
641 SET_DECL_ALIGN (decl, TYPE_ALIGN (type));
767 && known_align >= TYPE_ALIGN (type)
768 && DECL_ALIGN (decl) >= TYPE_ALIGN (type))
884 rli->record_align = MAX (BITS_PER_UNIT, TYPE_ALIGN (t));
1111 unsigned int type_align = TYPE_ALIGN (type);
1113 type_align = desired_align;
1115 type_align = MAX (type_align, desired_align)
1107 unsigned int type_align = TYPE_ALIGN (type); local
1126 unsigned int type_align = TYPE_ALIGN (type); local
1416 unsigned int type_align = TYPE_ALIGN (type); local
1462 unsigned int type_align = TYPE_ALIGN (type); local
1628 unsigned int type_align = BITS_PER_UNIT; local
    [all...]
targhooks.cc 326 tree type_align; local
329 type_align = size_int (TYPE_ALIGN_UNIT (type));
330 if (tree_int_cst_lt (type_align, sizetype_size))
333 cookie_size = type_align;
1524 return TYPE_ALIGN (type);
2561 if (boundary < TYPE_ALIGN (type))
  /src/external/gpl3/gcc.old/dist/libobjc/
encoding.c 1202 int type_align = bfld_type_align; local
1205 type_align = MIN (type_align, maximum_field_alignment);
1207 type_align = MIN (type_align, __CHAR_BIT__);
1210 layout->record_align = MAX (layout->record_align, type_align);
  /src/external/gpl3/gcc/dist/libobjc/
encoding.c 1207 int type_align = bfld_type_align; local
1210 type_align = MIN (type_align, maximum_field_alignment);
1212 type_align = MIN (type_align, __CHAR_BIT__);
1215 layout->record_align = MAX (layout->record_align, type_align);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 2959 unsigned int type_align = min_align_of_type (type); local
2962 if (record_align < type_align)
2966 size_int (type_align)))
3030 unsigned int type_align = min_align_of_type (type); local
3032 if (rhs_align < type_align)
3040 rhstype, rhs_align, type, type_align))
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-c-types.c 122 type_align (type));
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-c-types.c 122 type_align (type));
  /src/external/gpl3/gdb/dist/gdb/
nds32-tdep.c 1455 int align = type_align (type);
1481 align = type_align (type);
gdbarch-gen.c 259 gdbarch_type_align_ftype *type_align = default_type_align; member in struct:gdbarch
531 /* Skip verify of type_align, invalid_p == 0. */
1390 "gdbarch_dump: type_align = <%s>\n",
1391 host_address_to_string (gdbarch->type_align));
5452 gdb_assert (gdbarch->type_align != NULL);
5455 return gdbarch->type_align (gdbarch, type);
5460 gdbarch_type_align_ftype type_align)
5462 gdbarch->type_align = type_align;
jit.c 313 align_bytes = type_align (builtin_type (gdbarch)->builtin_uint64);
m68k-tdep.c 422 return type_align (type) >= 2;
gdbtypes.h 1910 extern unsigned type_align (struct type *);
gdbtypes.c 3596 type_align (struct type *type)
3630 align = type_align (type->target_type ());
3642 ULONGEST f_align = type_align (type->field (i).type ());
3595 type_align (struct type *type) function
gdbarch-gen.h 1754 default rules as laid out in gdbtypes.c:type_align. */
1758 extern void set_gdbarch_type_align (struct gdbarch *gdbarch, gdbarch_type_align_ftype *type_align);
  /src/external/gpl3/gdb.old/dist/gdb/
nds32-tdep.c 1455 int align = type_align (type);
1481 align = type_align (type);
gdbarch.c 257 gdbarch_type_align_ftype *type_align = default_type_align; member in struct:gdbarch
526 /* Skip verify of type_align, invalid_p == 0 */
1378 "gdbarch_dump: type_align = <%s>\n",
1379 host_address_to_string (gdbarch->type_align));
5403 gdb_assert (gdbarch->type_align != NULL);
5406 return gdbarch->type_align (gdbarch, type);
5411 gdbarch_type_align_ftype type_align)
5413 gdbarch->type_align = type_align;
jit.c 311 align_bytes = type_align (builtin_type (gdbarch)->builtin_uint64);
m68k-tdep.c 422 return type_align (type) >= 2;
gdbtypes.h 1916 extern unsigned type_align (struct type *);
gdbtypes.c 3561 type_align (struct type *type)
3595 align = type_align (type->target_type ());
3607 ULONGEST f_align = type_align (type->field (i).type ());
3560 type_align (struct type *type) function
  /src/external/gpl3/gdb/dist/gdb/python/
py-type.c 812 align = type_align (type);
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-type.c 812 align = type_align (type);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 3053 unsigned int type_align = min_align_of_type (type); local
3056 if (record_align < type_align)
3060 size_int (type_align)))

Completed in 92 milliseconds

1 2