Searched refs:bytesize (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-function3.C7 constexpr int bytesize(T t) function
10 char buf[bytesize(0)]; // OK -- not C99 VLA
/haiku-buildtools/gcc/gcc/
H A Dgenmodes.c58 unsigned int bytesize; /* storage size in addressable units */ member in struct:mode_data
287 validate_field (m, bytesize);
323 m->bytesize = 0;
333 m->bytesize = 4;
363 m->bytesize = m->component->bytesize;
375 m->bytesize = 2 * m->component->bytesize;
388 m->bytesize = m->ncomponents * m->component->bytesize;
545 make_pointer_bounds_mode(const char *name, unsigned int bytesize, const char *file, unsigned int line) argument
559 make_int_mode(const char *name, unsigned int precision, unsigned int bytesize, const char *file, unsigned int line) argument
584 make_fixed_point_mode(enum mode_class cl, const char *name, unsigned int bytesize, unsigned int ibit, unsigned int fbit, const char *file, unsigned int line) argument
602 make_float_mode(const char *name, unsigned int precision, unsigned int bytesize, const char *format, const char *file, unsigned int line) argument
619 make_decimal_float_mode(const char *name, unsigned int precision, unsigned int bytesize, const char *format, const char *file, unsigned int line) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr44699.c62 unsigned int bytesize; member in struct:mode_data
140 unsigned int precision, unsigned int bytesize,
144 m->bytesize = bytesize;
139 make_int_mode(const char *name, unsigned int precision, unsigned int bytesize, const char *file, unsigned int line) argument
/haiku-buildtools/binutils/bfd/
H A Dmep-relocs.pl130 if (length($mask) == 8) { $bytesize = 0; }
131 elsif (length($mask) == 16) { $bytesize = 1; }
132 elsif (length($mask) == 32) { $bytesize = 2; }
143 $c, $bytesize, $bits, $left, $right, $pcrel, $overflow, $mask);
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-stmt.c3317 gfc_do_allocate (tree bytesize, tree size, tree * pdata, stmtblock_t * pblock, argument
3332 if (gfc_can_put_var_on_stack (bytesize))
3343 tmp = gfc_call_malloc (pblock, TREE_TYPE (tmpvar), bytesize);
3715 tree bytesize; local
3721 bytesize = fold_build2_loc (input_location, MULT_EXPR,
3724 bytesize = size;
3727 tmp = gfc_do_allocate (bytesize, size, ptemp1, block, type);
H A Dtrans-intrinsic.c5903 tree bytesize; local
5906 bytesize = build_int_cst (gfc_array_index_type,
5910 bytesize,
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c209 static int bytesize (const_tree, machine_mode);
3439 bytesize (const_tree type, machine_mode mode)
3726 int size = bytesize (type, mode);
3755 int size = bytesize (type, BLKmode);
3430 bytesize (const_tree type, machine_mode mode) function
/haiku-buildtools/gcc/gcc/config/tilepro/
H A Dtilepro.c1747 HOST_WIDE_INT bytesize = bitsize / BITS_PER_UNIT;
1753 for (i = 0, shift_amt = 0; i < bytesize; i++, shift_amt += BITS_PER_UNIT)
1743 HOST_WIDE_INT bytesize = bitsize / BITS_PER_UNIT; local
/haiku-buildtools/gcc/gcc/config/tilegx/
H A Dtilegx.c2016 HOST_WIDE_INT bytesize = bitsize / BITS_PER_UNIT;
2026 i < bytesize;
2012 HOST_WIDE_INT bytesize = bitsize / BITS_PER_UNIT; local
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c5244 int bytesize;
5248 bytesize = int_size_in_bytes (valtype);
5251 if (bytesize == 0)
5253 for (i = 0; offset < bytesize; i++)
5236 int bytesize; local

Completed in 296 milliseconds