Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dfunction.h557 ? MAX (FUNCTION_BOUNDARY, 2 * BITS_PER_UNIT) : FUNCTION_BOUNDARY)
H A Ddefaults.h889 (FUNCTION_BOUNDARY >= 2 * BITS_PER_UNIT \
1061 #define TRAMPOLINE_ALIGNMENT FUNCTION_ALIGNMENT (FUNCTION_BOUNDARY)
H A Dstor-layout.c2417 int_mode_for_size (FUNCTION_BOUNDARY, 0).else_blk ()); in layout_type()
2418 TYPE_SIZE (type) = bitsize_int (FUNCTION_BOUNDARY); in layout_type()
2419 TYPE_SIZE_UNIT (type) = size_int (FUNCTION_BOUNDARY / BITS_PER_UNIT); in layout_type()
H A Dtree-nested.c500 const unsigned align = FUNCTION_ALIGNMENT (FUNCTION_BOUNDARY); in get_descriptor_type()
H A Dtree.c1044 SET_DECL_ALIGN (t, FUNCTION_ALIGNMENT (FUNCTION_BOUNDARY)); in make_node()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddefaults.h892 (FUNCTION_BOUNDARY >= 2 * BITS_PER_UNIT \
1129 #define TRAMPOLINE_ALIGNMENT FUNCTION_BOUNDARY
H A Dstor-layout.c2146 SET_TYPE_MODE (type, mode_for_size (FUNCTION_BOUNDARY, MODE_INT, 0)); in layout_type()
2147 TYPE_SIZE (type) = bitsize_int (FUNCTION_BOUNDARY); in layout_type()
2148 TYPE_SIZE_UNIT (type) = size_int (FUNCTION_BOUNDARY / BITS_PER_UNIT); in layout_type()
H A Dtree.c875 DECL_ALIGN (t) = FUNCTION_BOUNDARY; in make_node_stat()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h747 #define FUNCTION_BOUNDARY 8 macro
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h839 #define FUNCTION_BOUNDARY 8 macro
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c3604 value = size_int (FUNCTION_BOUNDARY / BITS_PER_UNIT); in c_sizeof_or_alignof_type()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c4373 value = size_int (FUNCTION_BOUNDARY / BITS_PER_UNIT); in c_sizeof_or_alignof_type()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi1005 @defmac FUNCTION_BOUNDARY
1794 this bit using the @code{FUNCTION_BOUNDARY} setting for your platform.
1795 However, some platforms such as ARM/Thumb have @code{FUNCTION_BOUNDARY}
1804 @code{FUNCTION_BOUNDARY}, GCC will automatically define this macro to
H A Dtm.texi.in989 @defmac FUNCTION_BOUNDARY
1772 this bit using the @code{FUNCTION_BOUNDARY} setting for your platform.
1773 However, some platforms such as ARM/Thumb have @code{FUNCTION_BOUNDARY}
1782 @code{FUNCTION_BOUNDARY}, GCC will automatically define this macro to