Searched defs:U6 (Results 1 – 8 of 8) sorted by relevance
52 struct __attribute__((aligned(4), packed)) U6 { struct53 char a;54 char b;55 short c;56 T1 d;
51 struct U6 { struct52 char a;53 int b;54 struct T1 c __attribute__((aligned(2)));
135 using U6 = std::unique_ptr<VT, GenericConvertingDeleter<1> const&>; in test_sfinae() typedef
108 union U6 { union
328 Field U6 = fieldFromInstruction(Insn, 6, 6); in DecodeSOPwithRU6() local
249 using U6 = std::unique_ptr<VT, GenericConvertingDeleter<1> const&>; in test_sfinae() typedef
702 auto U6 = &testing::UnitTest::GetTestCase; in unitTestCallAndReference() local
1831 template <class T> struct U6 {}; struct 1837 template <class T> struct U6 {}; struct