Searched defs:U5 (Results 1 – 7 of 7) sorted by relevance
118 using U5 = std::unique_ptr<VT, GenericConvertingDeleter<1> const&>; in test_sfinae() typedef134 using U5 = std::unique_ptr<VT, GenericConvertingDeleter<1> &>; in test_sfinae() typedef
216 using U5 = std::unique_ptr<VT, GenericConvertingDeleter<1> const&>; in test_sfinae() typedef231 using U5 = std::unique_ptr<VT, GenericConvertingDeleter<1> const&>; in test_sfinae() typedef248 using U5 = std::unique_ptr<VT, GenericConvertingDeleter<1> &>; in test_sfinae() typedef
46 struct __attribute__((aligned(4), packed)) U5 { struct48 …T1 b; // expected-warning {{field b within 'U5' is less aligned than 'T1' and is usually due to 'U… argument49 int c;
45 struct U5 { struct46 char a;47 struct T1 b;48 int c;
104 union U5 { union
699 auto U5 = &testing::UnitTest::test_case_to_run_count; in unitTestCallAndReference() local
1815 template <class T> struct U5 {}; struct 1820 template <class T> struct U5 {}; struct