Searched defs:s5 (Results 1 - 25 of 159) sorted by relevance

1234567

/external/clang/test/Sema/
H A Dno-documentation-warn-tagdecl-specifier.c27 /** @return s5 Test 5 - expected warning here */
28 struct s5 { int is; }; struct
29 struct s5* f5(void);
H A Dpragma-align-mac68k.c50 struct s5 { struct
54 extern int a5_0[sizeof(struct s5) == 4 ? 1 : -1];
55 extern int a5_1[__alignof(struct s5) == 2 ? 1 : -1];
H A Dwarn-strlcpycat-size.c15 } s4, **s5; variable in typeref:struct:__anon3291
26 strlcpy((*s5)->f2[x], s2, sizeof(s2)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
H A Dwarn-strncat-size.c21 } s4, **s5; variable in typeref:struct:__anon3292
41 strncat((*s5)->f2[x], s2, sizeof(s2)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
/external/clang/test/SemaCXX/
H A Dwarn-dangling-field.cpp42 S5 s5 = { 0 }; // ok, lifetime-extended variable
45 S5 s5; // expected-note {{here}} member in struct:S6
46 S6() : s5 { 0 } {} // expected-warning {{binding reference subobject of member 's5' to a temporary}}
H A Delaborated-type-specifier.cpp41 int test_funcparam_scope(struct S5 * s5) { argument
43 if (s5 == s5_2) return 1; // expected-error {{comparison of distinct pointer types ('struct S5 *' and 'struct S5 *')}}
/external/clang/test/CodeGen/
H A Dx86_32-arguments-win32.c35 struct s5 { struct
38 struct s5 f5_1(void) { while (1) {} }
39 void f5_2(struct s5 a0) {}
H A Dppc64-struct-onefloat.c7 typedef struct s5 { Sd ds; } SSd; struct
15 // CHECK: %e = alloca %struct.s5, align 8
23 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr inbounds %struct.s5, %struct.s5* %e, i32 0, i32 0
45 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr inbounds %struct.s5, %struct.s5* %p5, i32 0, i32 0
/external/capstone/suite/MC/AArch64/
H A Dneon-scalar-recip.s.cs4 0xb5,0xfc,0xac,0x5e = frsqrts s21, s5, s12 external variable declarations
/external/clang/test/OpenMP/
H A Ddistribute_firstprivate_messages.cpp45 S5(const S5 &s5):a(s5.a) { } argument
H A Ddistribute_parallel_for_copyin_messages.cpp36 S5 &operator=(const S5 &s5) { return *this; } // expected-note 3 {{implicitly declared private here}} argument
H A Ddistribute_parallel_for_shared_messages.cpp33 S5(const S5 &s5):a(s5.a) { } argument
H A Ddistribute_parallel_for_simd_copyin_messages.cpp36 S5 &operator=(const S5 &s5) { return *this; } // expected-note 3 {{implicitly declared private here}} argument
H A Ddistribute_parallel_for_simd_shared_messages.cpp33 S5(const S5 &s5):a(s5.a) { } argument
H A Dparallel_copyin_messages.cpp33 S5 &operator =(const S5 &s5) { return *this; } // expected-note {{implicitly declared private here}} argument
H A Dparallel_for_copyin_messages.cpp36 S5 &operator=(const S5 &s5) { return *this; } // expected-note {{implicitly declared private here}} argument
H A Dparallel_for_simd_copyin_messages.cpp36 S5 &operator=(const S5 &s5) { return *this; } // expected-note {{implicitly declared private here}} argument
H A Dparallel_sections_copyin_messages.cpp36 S5 &operator=(const S5 &s5) { return *this; } // expected-note {{implicitly declared private here}} argument
H A Dparallel_sections_shared_messages.cpp42 S5(const S5 &s5) : a(s5.a) {} argument
H A Dparallel_shared_messages.cpp39 S5(const S5 &s5):a(s5.a) { } argument
H A Dsingle_copyprivate_messages.cpp32 S5 &operator=(const S5 &s5) { return *this; } // expected-note 3 {{implicitly declared private here}} argument
H A Dtarget_parallel_shared_messages.cpp39 S5(const S5 &s5):a(s5.a) { } argument
H A Dtask_shared_messages.cpp42 S5(const S5 &s5) : a(s5.a) {} argument
H A Dteams_shared_messages.cpp39 S5(const S5 &s5):a(s5.a) { } argument
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dvpx_convolve8_neon.h31 uint8x8_t *const s4, uint8x8_t *const s5,
43 *s5 = vld1_u8(s);
53 uint8x16_t *const s4, uint8x16_t *const s5,
65 *s5 = vld1q_u8(s);
74 const int16x4_t s4, const int16x4_t s5,
86 sum = vmla_lane_s16(sum, s5, filters_hi, 1);
96 const int16x8_t s4, const int16x8_t s5,
108 sum = vmlaq_lane_s16(sum, s5, filters_hi, 1);
28 load_u8_8x8(const uint8_t *s, const ptrdiff_t p, uint8x8_t *const s0, uint8x8_t *const s1, uint8x8_t *const s2, uint8x8_t *const s3, uint8x8_t *const s4, uint8x8_t *const s5, uint8x8_t *const s6, uint8x8_t *const s7) argument
50 load_u8_16x8(const uint8_t *s, const ptrdiff_t p, uint8x16_t *const s0, uint8x16_t *const s1, uint8x16_t *const s2, uint8x16_t *const s3, uint8x16_t *const s4, uint8x16_t *const s5, uint8x16_t *const s6, uint8x16_t *const s7) argument
72 convolve8_4(const int16x4_t s0, const int16x4_t s1, const int16x4_t s2, const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, const int16x4_t s6, const int16x4_t s7, const int16x8_t filters, const int16x4_t filter3, const int16x4_t filter4) argument
94 convolve8_8(const int16x8_t s0, const int16x8_t s1, const int16x8_t s2, const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, const int16x8_t s6, const int16x8_t s7, const int16x8_t filters, const int16x8_t filter3, const int16x8_t filter4) argument

Completed in 407 milliseconds

1234567