Home
last modified time | relevance | path

Searched refs:ADJUST_FIELD_ALIGN (Results 1 – 14 of 14) sorted by relevance

/trueos/contrib/gcc/config/rs6000/
HDlinux64.h215 #undef ADJUST_FIELD_ALIGN
216 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \ macro
HDaix.h164 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \ macro
HDdarwin.h399 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \ macro
HDsysv4.h332 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \ macro
/trueos/contrib/gcc/
HDstor-layout.c433 #ifdef ADJUST_FIELD_ALIGN in layout_decl()
434 DECL_ALIGN (decl) = ADJUST_FIELD_ALIGN (decl, DECL_ALIGN (decl)); in layout_decl()
723 #ifdef ADJUST_FIELD_ALIGN in update_alignment_for_field()
725 type_align = ADJUST_FIELD_ALIGN (field, type_align); in update_alignment_for_field()
956 #ifdef ADJUST_FIELD_ALIGN in place_field()
958 type_align = ADJUST_FIELD_ALIGN (field, type_align); in place_field()
988 #ifdef ADJUST_FIELD_ALIGN in place_field()
990 type_align = ADJUST_FIELD_ALIGN (field, type_align); in place_field()
HDChangeLog-2002319 ADJUST_FIELD_ALIGN with #ifdef.
322 ADJUST_FIELD_ALIGN when computing the alignment for a zero-width
9506 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Undef before define.
10838 * config/rs6000/sysv4.h: Likewise, remove #undef ADJUST_FIELD_ALIGN.
10850 * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): ...inline into the
10925 * stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN
10927 ADJUST_FIELD_ALIGN if not DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
10934 * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): Define.
10935 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Remove.
10936 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Remove.
[all …]
HDFSFChangeLog1046 (ADJUST_FIELD_ALIGN): Calculate array alignment using innermost type.
HDFSFChangeLog.1113759 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Define.
13761 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Undefine.
13762 * win-nt.h (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Undefine.
13785 * stor-layout.c (layout_record): Use ADJUST_FIELD_ALIGN to modify
HDChangeLog-20035726 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Update comment.
17508 of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
18479 TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
20871 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
22163 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
22167 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
22169 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
HDChangeLog-20012512 * stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN
6186 (ADJUST_FIELD_ALIGN): Remove undef. Define anew.
HDChangeLog-199811186 (ADJUST_FIELD_ALIGN): Calculate array alignment using innermost type.
HDChangeLog-200435756 ADJUST_FIELD_ALIGN. Check maximum_field_alignment after.
37286 (ADJUST_FIELD_ALIGN, DATA_ALIGNMENT, LOCAL_ALIGNMENT,
/trueos/contrib/gcc/config/i386/
HDi386.h668 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \ macro
/trueos/contrib/gcc/doc/
HDtm.texi1066 @defmac ADJUST_FIELD_ALIGN (@var{field}, @var{computed})