Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dstor-layout.c736 #ifdef ADJUST_FIELD_ALIGN in layout_decl()
737 SET_DECL_ALIGN (decl, ADJUST_FIELD_ALIGN (decl, TREE_TYPE (decl), in layout_decl()
1070 #ifdef ADJUST_FIELD_ALIGN in update_alignment_for_field()
1072 type_align = ADJUST_FIELD_ALIGN (field, type, type_align); in update_alignment_for_field()
1363 #ifdef ADJUST_FIELD_ALIGN in place_field()
1365 type_align = ADJUST_FIELD_ALIGN (field, type, type_align); in place_field()
1409 #ifdef ADJUST_FIELD_ALIGN in place_field()
1411 type_align = ADJUST_FIELD_ALIGN (field, type, type_align); in place_field()
2606 #ifdef ADJUST_FIELD_ALIGN in min_align_of_type()
2607 field_align = ADJUST_FIELD_ALIGN (NULL_TREE, type, field_align); in min_align_of_type()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dstor-layout.c677 #ifdef ADJUST_FIELD_ALIGN in layout_decl()
678 DECL_ALIGN (decl) = ADJUST_FIELD_ALIGN (decl, DECL_ALIGN (decl)); in layout_decl()
965 #ifdef ADJUST_FIELD_ALIGN in update_alignment_for_field()
967 type_align = ADJUST_FIELD_ALIGN (field, type_align); in update_alignment_for_field()
1200 #ifdef ADJUST_FIELD_ALIGN in place_field()
1202 type_align = ADJUST_FIELD_ALIGN (field, type_align); in place_field()
1244 #ifdef ADJUST_FIELD_ALIGN in place_field()
1246 type_align = ADJUST_FIELD_ALIGN (field, type_align); in place_field()
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dencoding.c1137 #ifdef ADJUST_FIELD_ALIGN in objc_layout_structure_next_member()
1138 desired_align = ADJUST_FIELD_ALIGN (type, desired_align); in objc_layout_structure_next_member()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h787 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \ macro
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h883 #define ADJUST_FIELD_ALIGN(FIELD, TYPE, COMPUTED) \ macro
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi1039 @defmac ADJUST_FIELD_ALIGN (@var{field}, @var{computed})
H A Dtm.texi.in1023 @defmac ADJUST_FIELD_ALIGN (@var{field}, @var{computed})