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

/freebsd-10.0-release/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.h1978 #define TYPE_USER_ALIGN(NODE) (TYPE_CHECK (NODE)->type.user_align)
2125 unsigned user_align : 1;
2444 #define DECL_USER_ALIGN(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.user_align)
2562 unsigned user_align : 1;
/freebsd-10.0-release/contrib/gcc/cp/
H A Dcp-tree.h1023 unsigned user_align : 1;

Completed in 97 milliseconds