| /external/libcxx/test/std/containers/views/span.cons/ | 
| D | span.fail.cpp | 47 …std::span<const          int> s5{cvsp}; // expected-error {{no matching constructor for initializa…  in checkCV()  local 60 …std::span<const          int, 0> s5{cvsp0}; // expected-error {{no matching constructor for initia…  in checkCV()  local 73 …std::span<const          int> s5{cvsp0}; // expected-error {{no matching constructor for initializ…  in checkCV()  local 86 …std::span<const          int, 0> s5{cvsp}; // expected-error {{no matching constructor for initial…  in checkCV()  local
  | 
| D | ptr_len.fail.cpp | 48 …std::span<const          int> s5{cvarr, 3}; // expected-error {{no matching constructor for initia…  in main()  local 59 …std::span<const          int,3> s5{cvarr, 3};   // expected-error {{no matching constructor for in…  in main()  local
  | 
| D | ptr_ptr.fail.cpp | 48 …std::span<const          int> s5{cvarr, cvarr + 3}; // expected-error {{no matching constructor fo…  in main()  local 59 …std::span<const          int,3> s5{cvarr, cvarr + 3};   // expected-error {{no matching constructo…  in main()  local
  | 
| D | array.fail.cpp | 57 …std::span<const          int> s5{cvarr};    // expected-error {{no matching constructor for initia…  in main()  local 68 …std::span<const          int,3> s5{cvarr};  // expected-error {{no matching constructor for initia…  in main()  local
  | 
| D | container.fail.cpp | 75 …std::span<int>    s5{NotAContainerNoSize<int>()};   // expected-error {{no matching constructor fo…  in main()  local 101 …std::span<const          int> s5{IsAContainer<const volatile int>()};   // expected-error {{no mat…  in main()  local 112 …std::span<const          int,1> s5{IsAContainer<const volatile int>()}; // expected-error {{no mat…  in main()  local
  | 
| D | ptr_len.pass.cpp | 57 …std::span<const volatile int> s5{carr, 3};      // a span<const volatile int> pointing at const in…  in checkCV()  local 68 …std::span<const volatile int,3> s5{carr, 3};    // a span<const volatile int> pointing at const in…  in checkCV()  local
  | 
| D | ptr_ptr.pass.cpp | 57 …std::span<const volatile int> s5{carr, carr + 3};       // a span<const volatile int> pointing at …  in checkCV()  local 68 …std::span<const volatile int,3> s5{carr, carr + 3}; // a span<const volatile int> pointing at cons…  in checkCV()  local
  | 
| D | array.pass.cpp | 62     std::span<const volatile int> s5{carr};     // a span<const volatile int> pointing at const int.  in checkCV()  local 73     std::span<const volatile int,3> s5{carr};   // a span<const volatile int> pointing at const int.  in checkCV()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/views/views.span/span.cons/ | 
| D | span.fail.cpp | 50 …std::span<const          int> s5{cvsp}; // expected-error {{no matching constructor for initializa…  in checkCV()  local 63 …std::span<const          int, 0> s5{cvsp0}; // expected-error {{no matching constructor for initia…  in checkCV()  local 76 …std::span<const          int> s5{cvsp0}; // expected-error {{no matching constructor for initializ…  in checkCV()  local 89 …std::span<const          int, 0> s5{cvsp}; // expected-error {{no matching constructor for initial…  in checkCV()  local
  | 
| D | array.pass.cpp | 60     std::span<const volatile int> s5{carr};     // a span<const volatile int> pointing at const int.  in checkCV()  local 71     std::span<const volatile int,3> s5{carr};   // a span<const volatile int> pointing at const int.  in checkCV()  local 96     std::span<const int> s5 = {{1,2}};  in testSpan()  local
  | 
| D | array.fail.cpp | 55 …std::span<const          int> s5{cvarr};    // expected-error {{no matching constructor for initia…  in main()  local 66 …std::span<const          int,3> s5{cvarr};  // expected-error {{no matching constructor for initia…  in main()  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()
  | 
| D | convolve_neon.c | 28                                       const int16x4_t s4, const int16x4_t s5,  in convolve8_4x4() 50     const int16x4_t s3, const int16x4_t s4, const int16x4_t s5,  in convolve8_horiz_4x1() 75     const int16x8_t s3, const int16x8_t s4, const int16x8_t s5,  in convolve8_vert_8x4() 95     const int16x4_t s3, const int16x4_t s4, const int16x4_t s5,  in convolve8_vert_4x4_s32() 121     const int16x8_t s3, const int16x8_t s4, const int16x8_t s5,  in convolve8_vert_8x4_s32() 163     const int16x4_t s3, const int16x4_t s4, const int16x4_t s5,  in convolve12_vert_4x4_s32() 195     const int16x8_t s3, const int16x8_t s4, const int16x8_t s5,  in convolve12_vert_8x4_s32() 541     const int16x8_t s3, const int16x8_t s4, const int16x8_t s5,  in convolve8_horiz_8x8() 597     int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3;  in av1_convolve_x_sr_neon()  local 684     int16x8_t s0, s1, s2, s3, s4, s5, s6, s7;  in av1_convolve_x_sr_neon()  local [all …] 
 | 
| /external/clang/test/Sema/ | 
| D | no-documentation-warn-tagdecl-specifier.c | 28 struct s5 { int is; };  struct
  | 
| D | pragma-align-mac68k.c | 50 struct s5 {  struct 54 extern int a5_0[sizeof(struct s5) == 4 ? 1 : -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 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 …] 
 | 
| D | mem_neon.h | 256                                uint8x8_t *const s4, uint8x8_t *const s5,  in load_u8_8x7() 276                                uint8x8_t *const s4, uint8x8_t *const s5,  in load_u8_8x8() 298                                 const uint8x8_t s4, const uint8x8_t s5,  in store_u8_8x8() 320                                 uint8x16_t *const s4, uint8x16_t *const s5,  in load_u8_16x8() 342                                  const uint8x16_t s4, const uint8x16_t s5,  in store_u8_16x8()
  | 
| D | idct32x32_add_neon.c | 151                                int16x8_t *const s5, int16x8_t *const s6,  in load_s16x8q() 197   int16x8_t s0, s1, s2, s3, s4, s5, s6, s7;  in idct32_transpose_pair()  local 209     int16x8_t *const s5, int16x8_t *const s6, int16x8_t *const s7) {  in load_s16x8q_tran_low() 230   int16x8_t s0, s1, s2, s3, s4, s5, s6, s7;  in idct32_transpose_pair_tran_low()  local
  | 
| D | idct32x32_135_add_neon.c | 93   int16x8_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32];  in vpx_idct32_12_neon()  local 377   int16x8_t in[16], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32],  in vpx_idct32_16_neon()  local
  | 
| /external/clang/test/CodeGen/ | 
| D | ppc64-struct-onefloat.c | 7 typedef struct s5 { Sd ds; } SSd;  argument
  | 
| D | x86_32-arguments-win32.c | 35 struct s5 {  struct 38 struct s5 f5_1(void) { while (1) {} }  in f5_1()  argument
  | 
| /external/clang/test/SemaCXX/ | 
| D | warn-dangling-field.cpp | 42 S5 s5 = { 0 }; // ok, lifetime-extended  variable 45   S5 s5; // expected-note {{here}}  member
  | 
| /external/clang/test/Parser/ | 
| D | cuda-kernel-call-c++11.cu | 17   S<S<S<S<S<int>>>>> s5;  in foo()  local
  | 
| /external/libvpx/vp9/encoder/ | 
| D | vp9_dct.c | 43   tran_high_t s0, s1, s2, s3, s4, s5, s6, s7;  // canbe16  in fdct8()  local 122     tran_high_t s0, s1, s2, s3, s4, s5, s6, s7;  // canbe16  in fdct16()  local 237   tran_high_t s0, s1, s2, s3, s4, s5, s6, s7;  in fadst4()  local 276   tran_high_t s0, s1, s2, s3, s4, s5, s6, s7;  in fadst8()  local 347   tran_high_t s0, s1, s2, s3, s4, s5, s6, s7, s8;  in fadst16()  local
  | 
| /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() 208                                 const uint8x8_t s5, const uint8x8_t s6,  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()
  |