Home
last modified time | relevance | path

Searched defs:c3 (Results 1 – 25 of 165) sorted by relevance

1234567

/external/libcxx/test/std/containers/sequences/deque/deque.cons/
Dmove_alloc.pass.cpp34 std::deque<MoveOnly, A> c3(std::move(c1), A(3)); in main() local
49 std::deque<MoveOnly, A> c3(std::move(c1), A(1)); in main() local
64 std::deque<MoveOnly, A> c3(std::move(c1), A(3)); in main() local
80 std::deque<MoveOnly, A> c3(std::move(c1), A()); in main() local
Dmove_assign.pass.cpp34 std::deque<MoveOnly, A> c3(A(5)); in main() local
50 std::deque<MoveOnly, A> c3(A(6)); in main() local
66 std::deque<MoveOnly, A> c3(A(6)); in main() local
83 std::deque<MoveOnly, A> c3(A{}); in main() local
Dmove.pass.cpp34 std::deque<MoveOnly, A> c3 = std::move(c1); in main() local
49 std::deque<MoveOnly, A> c3 = std::move(c1); in main() local
65 std::deque<MoveOnly, A> c3 = std::move(c1); in main() local
/external/clang/test/CodeGen/
Darm64-abi-vector.c24 __char3 c3 = va_arg(ap, __char3); in varargs_vec_3c() local
126 __short3 c3 = va_arg(ap, __short3); in varargs_vec_3s() local
170 __int3 c3 = va_arg(ap, __int3); in varargs_vec_3i() local
212 __double3 c3 = va_arg(ap, __double3); in varargs_vec_3d() local
229 __char3 c3 = va_arg(ap, __char3); in varargs_vec() local
278 double test(__char3 *c3, __char5 *c5, __char9 *c9, __char19 *c19, in test()
286 __attribute__((noinline)) double args_vec_3c(int fixed, __char3 c3) { in args_vec_3c()
348 __attribute__((noinline)) double args_vec_3s(int fixed, __short3 c3) { in args_vec_3s()
380 __attribute__((noinline)) double args_vec_3i(int fixed, __int3 c3) { in args_vec_3i()
410 __attribute__((noinline)) double args_vec_3d(int fixed, __double3 c3) { in args_vec_3d()
Darm-abi-vector.c43 __int2 c3 = va_arg(ap, __int2); in varargs_vec_2i() local
75 __char3 c3 = va_arg(ap, __char3); in varargs_vec_3c() local
231 __short3 c3 = va_arg(ap, __short3); in varargs_vec_3s() local
315 StructWithVec c3 = va_arg(ap, StructWithVec); in varargs_struct() local
/external/v8/src/js/
Dharmony-simd.js374 function NAMESwizzleJS(a, c0, c1, c2, c3) { argument
378 function NAMEShuffleJS(a, b, c0, c1, c2, c3) { argument
435 function Float32x4Constructor(c0, c1, c2, c3) { argument
444 function Int32x4Constructor(c0, c1, c2, c3) { argument
453 function Uint32x4Constructor(c0, c1, c2, c3) { argument
462 function Bool32x4Constructor(c0, c1, c2, c3) { argument
470 function Int16x8Constructor(c0, c1, c2, c3, c4, c5, c6, c7) { argument
481 function Uint16x8Constructor(c0, c1, c2, c3, c4, c5, c6, c7) { argument
492 function Bool16x8Constructor(c0, c1, c2, c3, c4, c5, c6, c7) { argument
500 function Int8x16Constructor(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, argument
[all …]
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
Dmerge.pass.cpp31 C c3(std::begin(t3), std::end(t3)); in main() local
44 C c3(std::begin(t3), std::end(t3)); in main() local
Dmerge_pred.pass.cpp32 C c3(std::begin(t3), std::end(t3)); in main() local
45 C c3(std::begin(t3), std::end(t3)); in main() local
/external/clang/test/SemaCXX/
Dattr-cleanup.cpp24 void c3(int *a) {} // expected-note {{candidate function}} in c3() function
25 void c3() {} // expected-note {{candidate function}} in c3() function
/external/fio/lib/
Dbswap.h9 uint32_t c1, c2, c3, c4; in __be32_to_cpu() local
21 uint64_t c1, c2, c3, c4, c5, c6, c7, c8; in __be64_to_cpu() local
/external/v8/test/mjsunit/regress/
Dregress-618.js62 var c3 = new C3(); variable
69 var c3 = new C3(); variable
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DCipherSuiteTest.java32 CipherSuite c3 = new CipherSuite("CipherSuite3", false, 0, "", "", in testEquals() local
95 CipherSuite c3 = new CipherSuite("CipherSuite3", false, in testIsAnonymous() local
/external/clang/test/Modules/
Dsubmodule-visibility-cycles.cpp10 C2 c3; variable
/external/webrtc/talk/media/base/
Dcodec_unittest.cc86 AudioCodec c3(96, "A", 48000, 20000, 2, 3); in TEST_F() local
155 AudioCodec c3(96, "A", 44100, 20000, 2, 3); in TEST_F() local
165 VideoCodec c3(96, "V", 120, 200, 30, 3); in TEST_F() local
257 const FeedbackParam c3("c", "3"); in TEST_F() local
/external/libcxx/test/std/numerics/complex.number/complex.member.ops/
Dassignment_complex.pass.cpp29 std::complex<X> c3(3.5, -4.5); in test() local
Ddivide_equal_complex.pass.cpp32 std::complex<T> c3; in test() local
Dtimes_equal_complex.pass.cpp32 std::complex<T> c3; in test() local
Dminus_equal_complex.pass.cpp32 std::complex<T> c3; in test() local
Dplus_equal_complex.pass.cpp32 std::complex<T> c3; in test() local
/external/testng/src/test/java/test/preserveorder/
DC.java20 public void c3() { in c3() method in C
/external/clang/test/Parser/
Dc1x-alignas.c6 char _Alignas(16) c3; variable
/external/boringssl/src/crypto/bn/asm/
Dx86_64-gcc.c354 BN_ULONG c1, c2, c3; in bn_mul_comba8() local
456 BN_ULONG c1, c2, c3; in bn_mul_comba4() local
494 BN_ULONG c1, c2, c3; in bn_sqr_comba8() local
568 BN_ULONG c1, c2, c3; in bn_sqr_comba4() local
/external/clang/test/Sema/
Dpointer-conversion.c7 dchar *** c3 = &c2; // expected-warning {{discards qualifiers in nested pointer types}} variable
/external/bison/lib/
Dmbrtowc.c173 unsigned char c3 = (unsigned char) p[2]; in mbrtowc() local
271 unsigned char c3 = (unsigned char) p[2]; in mbrtowc() local
/external/libcxx/test/std/numerics/complex.number/complex.members/
Dreal_imag.pass.cpp29 constexpr std::complex<T> c3(3, 4); in test_constexpr() local

1234567