Searched refs:talign (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/dfp/
H A Dmodes.c13 int talign = __alignof (decimal128); variable
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/dfp/
H A Dctypes.c28 int talign = __alignof (_Decimal128); variable
/haiku-buildtools/gcc/gcc/
H A Domp-low.c11465 unsigned int talign = TYPE_ALIGN_UNIT (TREE_TYPE (ovar));
11466 if (DECL_P (ovar) && DECL_ALIGN_UNIT (ovar) > talign)
11467 talign = DECL_ALIGN_UNIT (ovar);
11488 talign = DECL_ALIGN_UNIT (avar);
11546 talign = ceil_log2 (talign);
11547 tkind |= talign << talign_shift;
11463 unsigned int talign = TYPE_ALIGN_UNIT (TREE_TYPE (ovar)); local
H A Dexpr.c7540 unsigned HOST_WIDE_INT talign = target_align (target) / BITS_PER_UNIT;
7543 return MAX (factor, talign);
7522 unsigned HOST_WIDE_INT talign = target_align (target) / BITS_PER_UNIT; local

Completed in 143 milliseconds