Searched refs:TYPE_USER_ALIGN (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dstor-layout.c280 DECL_USER_ALIGN (decl) = TYPE_USER_ALIGN (type);
728 if (! TYPE_USER_ALIGN (type))
756 user_align |= TYPE_USER_ALIGN (type);
766 TYPE_USER_ALIGN (rli->t) |= user_align;
961 if (! TYPE_USER_ALIGN (type))
970 TYPE_USER_ALIGN (rli->t) |= TYPE_USER_ALIGN (type);
993 if (! TYPE_USER_ALIGN (type))
1009 TYPE_USER_ALIGN (rli->t) |= TYPE_USER_ALIGN (typ
[all...]
H A Dtree.c568 TYPE_USER_ALIGN (t) = 0;
5167 TYPE_USER_ALIGN (itype) = TYPE_USER_ALIGN (sizetype);
5218 TYPE_USER_ALIGN (itype) = TYPE_USER_ALIGN (type);
6611 TYPE_USER_ALIGN (void_type_node) = 0;
H A Dprint-tree.c603 if (TYPE_USER_ALIGN (node))
H A Dc-decl.c5878 TYPE_USER_ALIGN (ref) = 0;
6527 TYPE_USER_ALIGN (tem) = TYPE_USER_ALIGN (enumtype);
H A Dtree.h2003 #define TYPE_USER_ALIGN(NODE) (TYPE_CHECK (NODE)->type.user_align)
1992 #define TYPE_USER_ALIGN macro
H A Dc-common.c4885 TYPE_USER_ALIGN (*type) = 1;
/freebsd-10.1-release/contrib/gcc/cp/
H A Ddecl.c3086 TYPE_USER_ALIGN (type) = 0;
10845 TYPE_USER_ALIGN (enumtype) = TYPE_USER_ALIGN (underlying_type);
10880 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (enumtype);
H A Dclass.c4730 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type);
4898 TYPE_USER_ALIGN (base_t) = TYPE_USER_ALIGN (t);
H A Dcp-tree.h1303 #define CLASSTYPE_USER_ALIGN(NODE) TYPE_USER_ALIGN (CLASSTYPE_AS_BASE (NODE))
H A Dpt.c5769 TYPE_USER_ALIGN (type) = TYPE_USER_ALIGN (pattern);
/freebsd-10.1-release/contrib/gcc/config/i386/
H A Di386.c4085 && (!TYPE_USER_ALIGN (type) || TYPE_ALIGN (type) > 128))

Completed in 271 milliseconds