/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/views/views.span/span.cons/ |
D | array.pass.cpp | 40 …std::span<const volatile int> s4{cvarr}; // a span<const volatile int> pointing at const volati… in checkCV() local 49 …std::span<const volatile int,3> s4{cvarr}; // a span<const volatile int> pointing at const volati… in checkCV() local 59 std::span<const volatile int> s4{ arr}; // a span<const volatile int> pointing at int. in checkCV() local 70 std::span<const volatile int,3> s4{ arr}; // a span<const volatile int> pointing at int. in checkCV() local 90 std::span<const T, 2> s4 = val; in testSpan() local
|
D | span.fail.cpp | 49 …std::span<const int> s4{ vsp}; // expected-error {{no matching constructor for initializa… in checkCV() local 62 …std::span<const int, 0> s4{ vsp0}; // expected-error {{no matching constructor for initia… in checkCV() local 75 …std::span<const int> s4{ vsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local 88 …std::span<const int, 0> s4{ vsp}; // expected-error {{no matching constructor for initial… in checkCV() local 104 …std::span<float, 0> s4{sp0}; // expected-error {{no matching constructor for initialization of … in main() local
|
D | span.pass.cpp | 43 … std::span<const volatile int> s4{ vsp}; // a span<const volatile int> pointing at volatile int. in checkCV() local 52 …std::span<const volatile int, 0> s4{ vsp0}; // a span<const volatile int> pointing at volatile int. in checkCV() local 61 …std::span<const volatile int> s4{ vsp0}; // a span<const volatile int> pointing at volatile int. in checkCV() local
|
D | default.pass.cpp | 28 std::span<const volatile int> s4; in checkCV() local 37 std::span<const volatile int,0> s4; in checkCV() local
|
/external/libcxx/test/std/containers/views/span.cons/ |
D | span.fail.cpp | 46 …std::span<const int> s4{ vsp}; // expected-error {{no matching constructor for initializa… in checkCV() local 59 …std::span<const int, 0> s4{ vsp0}; // expected-error {{no matching constructor for initia… in checkCV() local 72 …std::span<const int> s4{ vsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local 85 …std::span<const int, 0> s4{ vsp}; // expected-error {{no matching constructor for initial… in checkCV() local 101 …std::span<float, 0> s4{sp0}; // expected-error {{no matching constructor for initialization of … in main() local
|
D | ptr_len.pass.cpp | 37 …std::span<const volatile int> s4{cvarr, 3}; // a span<const volatile int> pointing at const volati… in checkCV() local 46 …std::span<const volatile int,3> s4{cvarr, 3}; // a span<const volatile int> pointing at const vo… in checkCV() local 56 std::span<const volatile int> s4{ arr, 3}; // a span<const volatile int> pointing at int. in checkCV() local 67 std::span<const volatile int,3> s4{ arr, 3}; // a span<const volatile int> pointing at int. in checkCV() local
|
D | ptr_ptr.pass.cpp | 37 …std::span<const volatile int> s4{cvarr, cvarr + 3}; // a span<const volatile int> pointing at cons… in checkCV() local 46 …std::span<const volatile int,3> s4{cvarr, cvarr + 3}; // a span<const volatile int> pointing at … in checkCV() local 56 …std::span<const volatile int> s4{ arr, arr + 3}; // a span<const volatile int> pointing at … in checkCV() local 67 … std::span<const volatile int,3> s4{ arr, arr + 3}; // a span<const volatile int> pointing at int. in checkCV() local
|
D | array.pass.cpp | 42 …std::span<const volatile int> s4{cvarr}; // a span<const volatile int> pointing at const volati… in checkCV() local 51 …std::span<const volatile int,3> s4{cvarr}; // a span<const volatile int> pointing at const volati… in checkCV() local 61 std::span<const volatile int> s4{ arr}; // a span<const volatile int> pointing at int. in checkCV() local 72 std::span<const volatile int,3> s4{ arr}; // a span<const volatile int> pointing at int. in checkCV() local
|
D | span.pass.cpp | 45 … std::span<const volatile int> s4{ vsp}; // a span<const volatile int> pointing at volatile int. in checkCV() local 54 …std::span<const volatile int, 0> s4{ vsp0}; // a span<const volatile int> pointing at volatile int. in checkCV() local 63 …std::span<const volatile int> s4{ vsp0}; // a span<const volatile int> pointing at volatile int. in checkCV() local 72 …std::span<const volatile int, 0> s4{ vsp}; // a span<const volatile int> pointing at volatile int. in checkCV() local
|
D | default.pass.cpp | 29 std::span<const volatile int> s4; in checkCV() local 38 std::span<const volatile int,0> s4; in checkCV() local
|
D | ptr_len.fail.cpp | 47 …std::span<const int> s4{ varr, 3}; // expected-error {{no matching constructor for initia… in main() local 58 …std::span<const int,3> s4{ varr, 3}; // expected-error {{no matching constructor for in… in main() local
|
D | ptr_ptr.fail.cpp | 47 …std::span<const int> s4{ varr, varr + 3}; // expected-error {{no matching constructor fo… in main() local 58 …std::span<const int,3> s4{ varr, varr + 3}; // expected-error {{no matching constructo… in main() local
|
D | stdarray.pass.cpp | 59 std::span<const volatile int> s4{ arr}; // a span<const volatile int> pointing at int. in checkCV() local 67 std::span<const volatile int,3> s4{ arr}; // a span<const volatile int> pointing at int. in checkCV() local
|
D | array.fail.cpp | 56 …std::span<const int> s4{ varr}; // expected-error {{no matching constructor for initia… in main() local 67 …std::span<const int,3> s4{ varr}; // expected-error {{no matching constructor for initia… in main() local
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_ordering.c | 18 struct s4 *s4; member 26 struct s4 { struct 27 struct s1 s1; 51 struct s4 s4; member
|
/external/clang/test/Sema/ |
D | pragma-pack-5.c | 40 struct s4 { struct 45 extern int check[sizeof(struct s4) == 4 ? 1 : -1]; argument
|
D | pragma-pack-and-options-align.c | 43 struct s4 { struct 49 extern int a[sizeof(struct s4) == 8 ? 1 : -1]; argument
|
D | no-documentation-warn-tagdecl-specifier.c | 24 struct s4 { int is; }; struct
|
/external/clang/test/SemaCXX/ |
D | elaborated-type-specifier.cpp | 25 void X::test_elab2(S4 *s4) { } // expected-note{{passing argument to parameter 's4' here}} in test_elab2() 29 struct S4 *s4 = 0; in test_X_elab() local 38 S4 *s4; // expected-error{{unknown type name 'S4'; did you mean 'NS::S4'?}} in test_S5_scope() local
|
/external/libaom/av1/common/arm/ |
D | convolve_neon.h | 20 const int16x4_t s4, const int16x4_t s5, in convolve8_4() 40 const int16x8_t s4, const int16x8_t s5, in convolve8_8() 77 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in wiener_convolve8_vert_4x8() 171 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in wiener_convolve8_horiz_4x8() 211 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in convolve8_8x8_s16() 360 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in convolve8_4x4_s16() 384 const int16x4_t s4, const int16x4_t s5, in convolve6_4_s32() 405 const int16x8_t s4, const int16x8_t s5, in convolve6_8_s32() 435 const int16x4_t s4, const int16x4_t s5, in convolve8_4_s32() 459 const int16x8_t s4, const int16x8_t s5, in convolve8_8_s32()
|
/external/clang/test/CodeGen/ |
D | x86_32-arguments-win32.c | 27 struct s4 { struct 31 struct s4 f4_1(void) { while (1) {} } in f4_1() argument
|
D | bitfield.c | 73 struct s4 { in f3() struct 74 signed a:16; in f3() 75 signed b:28 __attribute__ ((packed)); in f3()
|
/external/libvpx/vpx_dsp/arm/ |
D | highbd_vpx_convolve8_neon.c | 47 int16x8_t *const s4, int16x8_t *const s5, in load_8x8() 69 const uint16x8_t s4, const uint16x8_t s5, in store_8x8() 90 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_convolve8_4() 109 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in highbd_convolve8_8() 157 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local 213 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local 366 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_horiz_neon() local 429 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_horiz_neon() local 602 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_vert_neon() local 670 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_vert_neon() local [all …]
|
/external/libaom/aom_dsp/arm/ |
D | mem_neon.h | 95 uint8x8_t *const s4, uint8x8_t *const s5, in load_u8_8x8() 167 int16x4_t *const s4, int16x4_t *const s5, in load_s16_4x8() 207 const uint8x8_t s3, const uint8x8_t s4, in store_u8_8x8() 254 const uint16x8_t s4, const uint16x8_t s5, in store_u16_8x8() 300 const int16x8_t s4, const int16x8_t s5, in store_s16_8x8() 346 int16x8_t *const s4, int16x8_t *const s5, in load_s16_8x8() 504 uint8x16_t *const s4, uint8x16_t *const s5, in load_u8_16x8() 553 int32x4_t *s2, int32x4_t *s3, int32x4_t *s4) { in load_s32_4x4() 564 int32x4_t s2, int32x4_t s3, int32x4_t s4) { in store_s32_4x4() 576 uint32x4_t *s4) { in load_u32_4x4() [all …]
|
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
D | MathFunctions.h | 61 Packet4f s4=pmadd(s3,z1, p4f_asin5); in pasin() local 75 Packet4f s4=pmadd(s3,z2, p4f_asin5); in pasin() local
|