HomeSort by: relevance | last modified time | path
    Searched refs:user_align (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
stor-layout.cc 746 supersede USER_ALIGN inherited from the type, but defer to
1048 bool user_align;
1058 user_align = DECL_USER_ALIGN (field);
1133 user_align |= TYPE_USER_ALIGN (type);
1142 TYPE_USER_ALIGN (rli->t) |= user_align;
1995 unsigned int user_align = TYPE_USER_ALIGN (type);
2017 TYPE_USER_ALIGN (variant) = user_align;
1044 bool user_align; local
1991 unsigned int user_align = TYPE_USER_ALIGN (type); local
tree-core.h 1060 unsigned user_align : 1; member in struct:__anon11357::__anon11358
tree.h 2181 #define TYPE_USER_ALIGN(NODE) (TYPE_CHECK (NODE)->base.u.bits.user_align)
2658 (DECL_COMMON_CHECK (NODE)->base.u.bits.user_align)
  /src/external/gpl3/gcc/dist/gcc/
stor-layout.cc 774 supersede USER_ALIGN inherited from the type, but defer to
1076 bool user_align;
1086 user_align = DECL_USER_ALIGN (field);
1161 user_align |= TYPE_USER_ALIGN (type);
1170 TYPE_USER_ALIGN (rli->t) |= user_align;
2028 unsigned int user_align = TYPE_USER_ALIGN (type);
2051 TYPE_USER_ALIGN (variant) = user_align;
1072 bool user_align; local
2024 unsigned int user_align = TYPE_USER_ALIGN (type); local
tree-core.h 1090 unsigned user_align : 1; member in struct:__anon1325::__anon1326
tree.h 2336 #define TYPE_USER_ALIGN(NODE) (TYPE_CHECK (NODE)->base.u.bits.user_align)
2813 (DECL_COMMON_CHECK (NODE)->base.u.bits.user_align)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 2126 bool user_align = TYPE_USER_ALIGN (t);
2144 TYPE_USER_ALIGN (variants) = user_align;
2123 bool user_align = TYPE_USER_ALIGN (t); local
module.cc 5234 WB (t->base.u.bits.user_align);
5410 RB (t->base.u.bits.user_align);
5671 WB (lang->user_align);
5741 RB (lang->user_align);
cp-tree.h 2327 unsigned user_align : 1;
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 2352 bool user_align = TYPE_USER_ALIGN (t);
2370 TYPE_USER_ALIGN (variants) = user_align;
2349 bool user_align = TYPE_USER_ALIGN (t); local
module.cc 5391 WB (t->base.u.bits.user_align);
5592 RB (t->base.u.bits.user_align);
5874 WB (lang->user_align);
5943 RB (lang->user_align);
cp-tree.h 2388 unsigned user_align : 1;

Completed in 119 milliseconds