HomeSort by relevance Sort by last modified time
    Searched refs:U1 (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
move_convert.runtime.pass.cpp 38 using U1 = std::unique_ptr<A[], GenericConvertingDeleter<0> >;
40 static_assert(std::is_constructible<U1, U2&&>::value, "");
41 static_assert(!std::is_constructible<U1, U2&>::value, "");
42 static_assert(!std::is_constructible<U1, const U2&>::value, "");
43 static_assert(!std::is_constructible<U1, const U2&&>::value, "");
46 using U1 = std::unique_ptr<const A[]>;
48 static_assert(std::is_constructible<U1, U2&&>::value, "");
49 static_assert(!std::is_constructible<U2, U1&&>::value, "");
62 using U1 = std::unique_ptr<A[], GenericDeleter<0> >;
64 static_assert(!std::is_constructible<U1, U2&&>::value, "")
    [all...]
move_convert.pass.cpp 106 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> >;
108 static_assert(std::is_constructible<U1, U2&&>::value, "");
112 using U1 = std::unique_ptr<VT, GenericDeleter<0> >;
114 static_assert(!std::is_constructible<U1, U2&&>::value, "");
118 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> const& >;
123 static_assert(!std::is_constructible<U1, U2&&>::value, "");
124 static_assert(!std::is_constructible<U1, U3&&>::value, "");
125 static_assert(!std::is_constructible<U1, U4&&>::value, "");
126 static_assert(!std::is_constructible<U1, U5&&>::value, "");
129 static_assert(std::is_nothrow_constructible<U1C, U1&&>::value, "")
    [all...]
default.pass.cpp 57 using U1 = std::unique_ptr<ElemType, NonDefaultDeleter>;
60 static_assert(!std::is_default_constructible<U1>::value, "");
71 using U1 = std::unique_ptr<ElemType>;
73 static_assert(std::is_nothrow_default_constructible<U1>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
move_convert.runtime.pass.cpp 38 using U1 = std::unique_ptr<A[], GenericConvertingDeleter<0> >;
40 static_assert(std::is_constructible<U1, U2&&>::value, "");
41 static_assert(!std::is_constructible<U1, U2&>::value, "");
42 static_assert(!std::is_constructible<U1, const U2&>::value, "");
43 static_assert(!std::is_constructible<U1, const U2&&>::value, "");
46 using U1 = std::unique_ptr<const A[]>;
48 static_assert(std::is_constructible<U1, U2&&>::value, "");
49 static_assert(!std::is_constructible<U2, U1&&>::value, "");
62 using U1 = std::unique_ptr<A[], GenericDeleter<0> >;
64 static_assert(!std::is_constructible<U1, U2&&>::value, "")
    [all...]
move_convert.pass.cpp 106 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> >;
108 static_assert(std::is_constructible<U1, U2&&>::value, "");
112 using U1 = std::unique_ptr<VT, GenericDeleter<0> >;
114 static_assert(!std::is_constructible<U1, U2&&>::value, "");
118 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> const& >;
123 static_assert(!std::is_constructible<U1, U2&&>::value, "");
124 static_assert(!std::is_constructible<U1, U3&&>::value, "");
125 static_assert(!std::is_constructible<U1, U4&&>::value, "");
126 static_assert(!std::is_constructible<U1, U5&&>::value, "");
129 static_assert(std::is_nothrow_constructible<U1C, U1&&>::value, "")
    [all...]
default.pass.cpp 57 using U1 = std::unique_ptr<ElemType, NonDefaultDeleter>;
60 static_assert(!std::is_default_constructible<U1>::value, "");
71 using U1 = std::unique_ptr<ElemType>;
73 static_assert(std::is_nothrow_default_constructible<U1>::value, "");
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 5 union U1 {
14 constexpr int U1::k1;
15 constexpr int U1::k2;
16 int U1::k3;
18 const double U1::k4;
19 const double U1::k5;
  /external/clang/test/CodeGen/
mcu-struct-return.c 9 union U1 {
10 } u1; variable in typeref:union:U1
38 union U1 foo1() { return u1; }
43 struct S1 bar3(union U1 u) { return s1; }
52 union U1 x1 = foo1();
  /external/libopus/src/
mlp_train.h 64 float U1, U2, S, x;
66 U1 = ((float)rand())/RAND_MAX;
68 U1 = 2*U1-1;
70 S = U1*U1 + U2*U2;
72 x = sd*sqrt(-2 * log(S) / S) * U1;
  /external/valgrind/memcheck/tests/
sh-mem-random.c 13 typedef unsigned char U1;
37 U8 build(int size, U1 byte)
63 U1 make_defined ( U1 x )
65 volatile U1 xx = x;
70 void check(U1* arr, int n, char* who)
73 U1* shadow = malloc(n);
74 U1 arr_i;
100 static inline U1 randomU1 ( void )
112 void do_test_at ( U1* arr
    [all...]
sh-mem.c 12 typedef unsigned char U1;
38 U8 build(int size, U1 byte)
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt,
71 U1 sh[SZB_OF_a]; // Used for getting a[]'s V bits
89 U1 *undefA, expected_byte, expected_byte_alt;
102 assert( ((U1*)(&a[0])) < ((U1*)(32ULL * 1024*1024*1024)/*32G*/) );
106 assert(1 == sizeof(U1));
145 Ty* aNb = (Ty*)(((U1*)aN) + h); /* set offset from a[] */
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_pair.i 26 template <class U1, class U2> pair(const pair<U1, U2> &p);
  /prebuilts/misc/common/swig/include/2.0.11/d/
std_pair.i 26 template <class U1, class U2> pair(const pair<U1, U2> &p);
  /prebuilts/misc/common/swig/include/2.0.11/go/
std_pair.i 26 template <class U1, class U2> pair(const pair<U1, U2> &p);
  /prebuilts/misc/common/swig/include/2.0.11/java/
std_pair.i 26 template <class U1, class U2> pair(const pair<U1, U2> &p);
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_pair.i 26 template <class U1, class U2> pair(const pair<U1, U2> &p);
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
std_pair.i 26 template <class U1, class U2> pair(const pair<U1, U2> &p);
  /prebuilts/misc/common/swig/include/2.0.11/php/
std_pair.i 26 template <class U1, class U2> pair(const pair<U1, U2> &p);
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
std_pair.i 26 template <class U1, class U2> pair(const pair<U1, U2> &p);
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
067-nested-ifdef-ifndef.c 6 #ifdef U1
34 #ifndef U1
  /external/valgrind/memcheck/tests/common/
sh-mem-vec128.tmpl.c 22 typedef unsigned char U1;
37 volatile U1* p = (U1*)&w32;
57 static inline U1 randomU1 ( void )
66 static inline U1 self_shadow ( U1 x )
68 U1 res = 0xFF;
74 static inline U1 get_shadow ( U1 x )
76 U1 res = 0
    [all...]
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
move_convert.pass.cpp 186 using U1 = std::unique_ptr<VT, DDest>;
188 static_assert(std::is_nothrow_assignable<U1, U2&&>::value, "");
191 U1 u1(nullptr, ddest);
193 u1 = std::move(u2);
202 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> >;
204 static_assert(std::is_assignable<U1, U2&&>::value, "");
208 using U1 = std::unique_ptr<VT, GenericDeleter<0> >;
210 static_assert(!std::is_assignable<U1, U2&&>::value, "");
214 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> const& >
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
move_convert.pass.cpp 186 using U1 = std::unique_ptr<VT, DDest>;
188 static_assert(std::is_nothrow_assignable<U1, U2&&>::value, "");
191 U1 u1(nullptr, ddest);
193 u1 = std::move(u2);
202 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> >;
204 static_assert(std::is_assignable<U1, U2&&>::value, "");
208 using U1 = std::unique_ptr<VT, GenericDeleter<0> >;
210 static_assert(!std::is_assignable<U1, U2&&>::value, "");
214 using U1 = std::unique_ptr<VT, GenericConvertingDeleter<0> const& >
    [all...]
  /external/clang/test/CodeGenCXX/
x86_64-arguments-avx.cpp 23 union U1 {
29 union U1;
  /external/llvm/unittests/Support/
TypeNameTest.cpp 20 union U1 {};
28 StringRef U1Name = getTypeName<N1::U1>();
35 EXPECT_TRUE(U1Name.endswith("::N1::U1")) << U1Name.str();

Completed in 391 milliseconds

1 2 3 4 5 6 7 8