Home
last modified time | relevance | path

Searched defs:U1 (Results 1 – 25 of 59) sorted by relevance

123

/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.runtime.pass.cpp38 using U1 = std::unique_ptr<A[], GenericConvertingDeleter<0> >; in test_sfinae() typedef
46 using U1 = std::unique_ptr<const A[]>; in test_sfinae() typedef
62 using U1 = std::unique_ptr<A[], GenericDeleter<0> >; in test_sfinae() typedef
67 using U1 = std::unique_ptr<A[], Deleter<A[]>&>; in test_sfinae() typedef
73 using U1 = std::unique_ptr<A[]>; in test_sfinae() typedef
H A Dmove_convert.pass.cpp102 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> >; in test_sfinae() typedef
108 using U1 = std::unique_ptr<VT, GenericDeleter<0> >; in test_sfinae() typedef
114 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> const& >; in test_sfinae() typedef
130 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> >; in test_sfinae() typedef
178 using U1 = std::unique_ptr<VT, TD1 >; in test_deleter_value_category() typedef
186 using U1 = std::unique_ptr<VT, TD1 >; in test_deleter_value_category() typedef
193 using U1 = std::unique_ptr<VT, TD1 >; in test_deleter_value_category() typedef
H A Dnullptr.pass.cpp35 using U1 = std::unique_ptr<VT>; in test_basic() typedef
68 using U1 = std::unique_ptr<VT, NonDefaultDeleter>; in test_sfinae() typedef
H A Ddefault.pass.cpp54 using U1 = std::unique_ptr<ElemType, NonDefaultDeleter>; in test_sfinae() typedef
68 using U1 = std::unique_ptr<ElemType>; in test_basic() typedef
H A Dpointer.pass.cpp45 using U1 = std::unique_ptr<ValueT>; in test_pointer() typedef
143 using U1 = std::unique_ptr<T, NonDefaultDeleter>; in test_sfinae() typedef
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp184 using U1 = std::unique_ptr<VT, DDest>; in doDeleterTest() typedef
200 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> >; in test_sfinae() typedef
206 using U1 = std::unique_ptr<VT, GenericDeleter<0> >; in test_sfinae() typedef
212 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> const& >; in test_sfinae() typedef
227 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> & >; in test_sfinae() typedef
244 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> >; in test_sfinae() typedef
321 using U1 = std::unique_ptr<VT, TD1 >; in test_deleter_value_category() typedef
330 using U1 = std::unique_ptr<VT, TD1& >; in test_deleter_value_category() typedef
339 using U1 = std::unique_ptr<VT, CD1 const& >; in test_deleter_value_category() typedef
349 using U1 = std::unique_ptr<VT, TD1 >; in test_deleter_value_category() typedef
[all …]
/llvm-project/clang/test/InterfaceStubs/
H A Dusings.cpp16 template<bool b> using U1 = C3<bool, b>; typedef
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_final.pass.cpp18 union U1 { }; union
/llvm-project/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_base_of_union.pass.cpp43 union U1 {}; union
/llvm-project/clang/test/CodeGenCXX/
H A Dubsan-nullability-assign.cpp11 union U1 { union
H A Dx86_64-arguments-avx.cpp23 union U1 { union
/llvm-project/llvm/unittests/Support/
H A DTypeNameTest.cpp19 union U1 {}; union
/llvm-project/clang/test/Parser/
H A Dpragma-fp-contract.cpp20 union U1 { union
H A Dpragma-fp-contract.c20 union U1 { union
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h57 typedef uint8_t U1; typedef
/llvm-project/clang/test/AST/
H A Dast-dump-APValue-anon-union.cpp25 union U1 { union
H A Dast-dump-APValue-union.cpp18 union U1 { union
/llvm-project/clang/test/Sema/
H A Dstatic-assert.c55 typedef UNION(unsigned, struct A) U1; // ext-warning 3 {{'_Static_assert' is a C11 extension}} global() typedef
/llvm-project/clang/test/SemaCXX/
H A Dinherit.cpp21 union U1 : public A { }; // expected-error{{unions cannot have base classes}} union
H A Dcxx2b-designated-initializers.cpp43 union U1 { union
H A Derr_typecheck_assign_const.cpp49 struct U1 { struct
54 U1 u1; argument
/llvm-project/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp5 union U1 { union
/llvm-project/clang/test/AST/Interp/
H A Dunions.cpp
/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/
H A Dlcm.pass.cpp55 using U1 = std::make_unsigned_t<Input1>; in do_test() typedef
/llvm-project/clang/test/CodeGen/
H A Dmcu-struct-return.c9 union U1 { union

123