Home
last modified time | relevance | path

Searched defs:U2 (Results 1 – 25 of 44) sorted by relevance

12

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.runtime.pass.cpp39 using U2 = std::unique_ptr<A[], GenericConvertingDeleter<1> >; in test_sfinae() typedef
47 using U2 = std::unique_ptr<A[]>; in test_sfinae() typedef
63 using U2 = std::unique_ptr<A[], GenericDeleter<1> >; in test_sfinae() typedef
68 using U2 = std::unique_ptr<A[], const Deleter<A[]>&>; in test_sfinae() typedef
74 using U2 = std::unique_ptr<A>; in test_sfinae() typedef
Dmove_convert.pass.cpp107 using U2 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
113 using U2 = std::unique_ptr<VT, GenericDeleter<1> >; in test_sfinae() typedef
119 using U2 = std::unique_ptr<VT, GenericConvertingDeleter<0> >; in test_sfinae() typedef
135 using U2 = std::unique_ptr<VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef
185 using U2 = std::unique_ptr<VT, TD2 >; in test_deleter_value_category() typedef
193 using U2 = std::unique_ptr<VT, TD2& >; in test_deleter_value_category() typedef
200 using U2 = std::unique_ptr<VT, TD2 const& >; in test_deleter_value_category() typedef
Dnullptr.pass.cpp41 using U2 = std::unique_ptr<VT, Deleter<VT> >; in test_basic() typedef
71 using U2 = std::unique_ptr<VT, Del&>; in test_sfinae() typedef
Ddefault.pass.cpp58 using U2 = std::unique_ptr<ElemType, Del&>; in test_sfinae() typedef
72 using U2 = std::unique_ptr<ElemType, Deleter<ElemType> >; in test_basic() typedef
Dpointer.pass.cpp47 using U2 = std::unique_ptr<ValueT, Deleter<ValueT> >; in test_pointer() typedef
120 using U2 = std::unique_ptr<T, Del&>; in test_sfinae() typedef
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp187 using U2 = std::unique_ptr<VT, DSource>; in doDeleterTest() typedef
203 using U2 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
209 using U2 = std::unique_ptr<VT, GenericDeleter<1> >; in test_sfinae() typedef
215 using U2 = std::unique_ptr<VT, GenericConvertingDeleter<0> >; in test_sfinae() typedef
230 using U2 = std::unique_ptr<VT, GenericConvertingDeleter<0> >; in test_sfinae() typedef
247 using U2 = std::unique_ptr<VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef
325 using U2 = std::unique_ptr<VT, TD2 >; in test_deleter_value_category() typedef
334 using U2 = std::unique_ptr<VT, TD2 >; in test_deleter_value_category() typedef
343 using U2 = std::unique_ptr<VT, CD2 >; in test_deleter_value_category() typedef
353 using U2 = std::unique_ptr<VT, TD2& >; in test_deleter_value_category() typedef
[all …]
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_final.pass.cpp20 union U2 final { }; union
/external/compiler-rt/lib/asan/tests/
Dasan_test_utils.h59 typedef uint16_t U2; typedef
/external/clang/test/SemaObjC/
Dclass-proto-1.m34 @interface U2 @end interface
/external/clang/test/SemaCXX/
Dinherit.cpp23 union U2 {}; union
Derr_typecheck_assign_const.cpp53 struct U2 { struct
58 const U2 u2 = U2(); // expected-note{{non-static data member 'u2' declared const here}} argument
/external/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/
Dgcd.pass.cpp58 using U2 = std::make_unsigned_t<Input2>; in do_test() typedef
/external/clang/test/CXX/class/class.union/
Dp2-0x.cpp22 union U2 { union
/external/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/
Dlcm.pass.cpp57 using U2 = std::make_unsigned_t<Input2>; in do_test() typedef
/external/libopus/src/
Dmlp_train.h64 float U1, U2, S, x; in randn() local
/external/clang/test/CodeGenCXX/
Dx86_64-arguments-avx.cpp38 union U2 { union
/external/clang/test/CodeGen/
Dmcu-struct-return.c13 union U2 { union
/external/valgrind/memcheck/tests/
Dsh-mem.c13 typedef unsigned short U2; typedef
Dsh-mem-random.c14 typedef unsigned short U2; typedef
/external/perfetto/src/protozero/test/example_proto/
Dtest_messages.proto98 optional bool U2 = 8; field
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP256R1Point.java97 int[] U2, S2; in add() local
DSecP192R1Point.java98 int[] U2, S2; in add() local
DSecP224K1Point.java99 int[] U2, S2; in add() local
DSecP256K1Point.java99 int[] U2, S2; in add() local
DSecP192K1Point.java99 int[] U2, S2; in add() local

12