Home
last modified time | relevance | path

Searched defs:U5 (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.pass.cpp118 using U5 = std::unique_ptr<VT, GenericConvertingDeleter<1> const&>; in test_sfinae() typedef
134 using U5 = std::unique_ptr<VT, GenericConvertingDeleter<1> &>; in test_sfinae() typedef
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp216 using U5 = std::unique_ptr<VT, GenericConvertingDeleter<1> const&>; in test_sfinae() typedef
231 using U5 = std::unique_ptr<VT, GenericConvertingDeleter<1> const&>; in test_sfinae() typedef
248 using U5 = std::unique_ptr<VT, GenericConvertingDeleter<1> &>; in test_sfinae() typedef
/llvm-project/clang/test/Sema/
H A Dtest-wunaligned-access.cpp46 struct __attribute__((aligned(4), packed)) U5 { struct
48 …T1 b; // expected-warning {{field b within 'U5' is less aligned than 'T1' and is usually due to 'U… argument
49 int c;
H A Dtest-wunaligned-access.c45 struct U5 { struct
46 char a;
47 struct T1 b;
48 int c;
/llvm-project/clang/test/CXX/class/class.union/
H A Dp1.cpp104 union U5 { union
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp699 auto U5 = &testing::UnitTest::test_case_to_run_count; in unitTestCallAndReference() local
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp1815 template <class T> struct U5 {}; struct
1820 template <class T> struct U5 {}; struct