Home
last modified time | relevance | path

Searched defs:s5 (Results 1 – 25 of 95) sorted by relevance

1234

/external/clang/test/Sema/
Dno-documentation-warn-tagdecl-specifier.c28 struct s5 { int is; }; argument
Dpragma-align-mac68k.c50 struct s5 { struct
54 extern int a5_0[sizeof(struct s5) == 4 ? 1 : -1]; argument
Dwarn-strlcpycat-size.c15 } s4, **s5; variable
Dwarn-strncat-size.c21 } s4, **s5; variable
/external/clang/test/CodeGen/
Dppc64-struct-onefloat.c7 typedef struct s5 { Sd ds; } SSd; argument
Dx86_32-arguments-win32.c35 struct s5 { struct
38 struct s5 f5_1(void) { while (1) {} } in f5_1() argument
Dbitfield-2.c207 struct s5 { struct
213 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef }; argument
Darm-arguments.c34 struct s5 { struct { } f0; int f1; }; argument
/external/clang/test/Parser/
Dcuda-kernel-call-c++11.cu17 S<S<S<S<S<int>>>>> s5; in foo() local
/external/clang/test/SemaCXX/
Dwarn-dangling-field.cpp42 S5 s5 = { 0 }; // ok, lifetime-extended variable
45 S5 s5; // expected-note {{here}} member
Delaborated-type-specifier.cpp41 int test_funcparam_scope(struct S5 * s5) { in test_funcparam_scope()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c124 int s0, s1, s2, s3, s4, s5, s6, s7; in fadst4() local
203 /*canbe16*/ int s0, s1, s2, s3, s4, s5, s6, s7; in fdct8() local
272 /*canbe16*/ int s0, s1, s2, s3, s4, s5, s6, s7; in vp9_fdct8x8_c() local
409 /*canbe16*/ int s0, s1, s2, s3, s4, s5, s6, s7; in vp9_fdct16x16_c() local
526 int s0, s1, s2, s3, s4, s5, s6, s7; in fadst8() local
718 /*canbe16*/ int s0, s1, s2, s3, s4, s5, s6, s7; in fdct16() local
832 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in fadst16() local
/external/google-breakpad/src/testing/test/
Dgmock-more-actions_test.cc136 const char* s4, const char* s5) { in Concat5()
151 const char* s4, const char* s5, const char* s6) { in Concat6()
156 const char* s4, const char* s5, const char* s6, in Concat7()
162 const char* s4, const char* s5, const char* s6, in Concat8()
168 const char* s4, const char* s5, const char* s6, in Concat9()
174 const char* s4, const char* s5, const char* s6, in Concat10()
205 const char* s4, const char* s5, const char* s6, in Concat7()
211 const char* s4, const char* s5, const char* s6, in Concat8()
217 const char* s4, const char* s5, const char* s6, in Concat9()
223 const char* s4, const char* s5, const char* s6, in Concat10()
/external/v8/test/mjsunit/
Duri.js42 var s5 = String.fromCharCode(cc5); variable
/external/clang/test/CodeGenCXX/
Dx86_32-arguments.cpp88 struct s5 { s5(); int &x; }; argument
/external/skia/src/opts/
DSkBitmapProcState_opts_mips_dsp.cpp163 int s0, s1, s2, s3, s4, s5, s6, s7; in SI8_opaque_D32_nofilter_DX_mips_dsp() local
/external/clang/test/OpenMP/
Dparallel_sections_copyin_messages.cpp36 …S5 &operator=(const S5 &s5) { return *this; } // expected-note {{implicitly declared private here}} in operator =()
Dparallel_for_simd_copyin_messages.cpp36 …S5 &operator=(const S5 &s5) { return *this; } // expected-note {{implicitly declared private here}} in operator =()
Dparallel_for_copyin_messages.cpp36 …S5 &operator=(const S5 &s5) { return *this; } // expected-note {{implicitly declared private here}} in operator =()
Dparallel_copyin_messages.cpp33 …S5 &operator =(const S5 &s5) { return *this; } // expected-note {{implicitly declared private here… in operator =()
Dparallel_sections_shared_messages.cpp42 S5(const S5 &s5) : a(s5.a) {} in S5()
Dtask_shared_messages.cpp42 S5(const S5 &s5) : a(s5.a) {} in S5()
Dteams_shared_messages.cpp39 S5(const S5 &s5):a(s5.a) { } in S5()
/external/clang/test/Headers/
Dstddefneeds.cpp49 size_t s5; variable
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/
DAternativeApproach.java126 String s5 = "Log myLog"; in test4() local

1234