Searched defs:U9 (Results 1 – 4 of 4) sorted by relevance
75 struct __attribute__((aligned(4))) U9 { struct77 …T1 b; // expected-warning {{field b within 'U9' is less aligned than 'T1' and is usually due to 'U… argument78 int c;
71 struct __attribute__((packed)) U9 { struct72 short a;73 short b;74 char c;75 struct T1 d __attribute__((aligned(4)));
254 template<typename T> using U9 = S9<int, char, T>; typedef [all...]
3257 struct U9 {}; struct