Searched refs:user_align (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dstor-layout.c674 bool user_align;
684 user_align = DECL_USER_ALIGN (field);
756 user_align |= TYPE_USER_ALIGN (type);
766 TYPE_USER_ALIGN (rli->t) |= user_align;
1456 unsigned int user_align = TYPE_USER_ALIGN (type);
1467 TYPE_USER_ALIGN (variant) = user_align;
670 bool user_align; local
1452 unsigned int user_align = TYPE_USER_ALIGN (type); local
H A Dtree.h2003 #define TYPE_USER_ALIGN(NODE) (TYPE_CHECK (NODE)->type.user_align)
2169 unsigned user_align : 1;
2486 #define DECL_USER_ALIGN(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.user_align)
2605 unsigned user_align : 1;
/freebsd-12-stable/contrib/gcc/cp/
H A Dcp-tree.h1023 unsigned user_align : 1;

Completed in 193 milliseconds