Searched defs:U7 (Results 1 – 3 of 3) sorted by relevance
63 struct __attribute__((packed)) U7 { struct65 …T1 b; // expected-warning {{field b within 'U7' is less aligned than 'T1' and is usually due to 'U… argument66 int c;
57 struct __attribute__((packed)) U7 { struct61 …struct T1 d; // expected-warning {{field d within 'struct U7' is less aligned than 'struct T1' and… argument
1555 using U7 = S7<T, U>; typedef