| /external/cronet/third_party/libc++/src/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.verify.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 | 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 | 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 | 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
|
| /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; argument
|
| /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; }; argument
|
| /external/libaom/aom_dsp/arm/ |
| D | mem_neon.h | 126 uint8x8_t *const s4, uint8x8_t *const s5, in load_u8_8x8() 148 uint8x8_t *const s4, uint8x8_t *const s5, in load_u8_8x7() 193 uint16x4_t *const s4, uint16x4_t *const s5, in load_u16_4x7() 240 int16x4_t *const s4, int16x4_t *const s5, in load_s16_4x12() 272 int16x4_t *const s4, int16x4_t *const s5, in load_s16_4x11() 302 uint16x4_t *const s4, uint16x4_t *const s5, in load_u16_4x11() 332 int16x4_t *const s4, int16x4_t *const s5, in load_s16_4x8() 354 int16x4_t *const s4, int16x4_t *const s5, in load_s16_4x7() 374 int16x4_t *const s4, int16x4_t *const s5) { in load_s16_4x6() 391 int16x4_t *const s4) { in load_s16_4x5() [all …]
|
| D | highbd_convolve8_neon.c | 28 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_convolve8_4_s32() 47 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_convolve8_4_s32_s16() 59 const int16x8_t s4 = vextq_s16(s0, s1, 3); in highbd_convolve8_horiz4_s32() local 82 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in highbd_convolve8_8_s32() 115 const int16x8_t s4 = vextq_s16(s0, s0_hi, 4); in highbd_convolve8_horiz8_s32() local 135 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in highbd_convolve8_8_s32_s16() 187 int16x8_t s0, s2, s4, s6; in highbd_convolve_horiz_neon() local 257 int16x4_t s0, s1, s2, s3, s4, s5, s6; in highbd_convolve_vert_neon() local 302 int16x8_t s0, s1, s2, s3, s4, s5, s6; in highbd_convolve_vert_neon() local
|
| /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 | 24 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in convolve12_4_2d_v() 49 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in convolve12_8_2d_v() 98 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in convolve_2d_sr_vert_12tap_neon() local 155 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in convolve_2d_sr_vert_12tap_neon() local 203 const int16x4_t s4, const int16x4_t s5, in convolve8_4_2d_v() 223 const int16x8_t s4, const int16x8_t s5, in convolve8_8_2d_v() 265 int16x4_t s0, s1, s2, s3, s4, s5, s6; in convolve_2d_sr_vert_8tap_neon() local 323 int16x8_t s0, s1, s2, s3, s4, s5, s6; in convolve_2d_sr_vert_8tap_neon() local 380 const int16x4_t s4, const int16x4_t s5, in convolve6_4_2d_v() 397 const int16x8_t s4, const int16x8_t s5, in convolve6_8_2d_v() [all …]
|
| D | highbd_convolve_neon.h | 23 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_convolve8_4_s32() 43 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_convolve8_4_sr_s32_s16() 56 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_convolve8_4_srsub_s32_s16() 69 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in highbd_convolve8_8_s32() 97 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in highbd_convolve8_8_srsub_s32_s16()
|
| /external/sdv/vsomeip/third_party/boost/numeric/ublas/test/tensor/ |
| D | test_strides.cpp | 48 strides_type s4{extents_type{2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 89 strides_type s4{extents_type{2,3}}; in BOOST_AUTO_TEST_CASE() local 141 strides_type s4{extents_type{2,3}}; in BOOST_AUTO_TEST_CASE() local
|
| /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
|
| /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 365 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 …]
|