Searched refs:s5 (Results 1 - 25 of 132) sorted by relevance

123456

/external/clang/test/CodeGenCXX/
H A Dexpr.cpp34 struct s5;
35 struct s5 &f5_0(bool cond, struct s5 &a, struct s5 &b) {
H A Dx86_32-arguments.cpp88 struct s5 { s5(); int &x; }; struct
89 s5 f5() { return s5(); }
H A Dmangle-ms.cpp205 extern const volatile char s5[];
206 // CHECK: @"\01?s5@PR13182@@3SDDD"
211 return s0[0] + s1[0] + s2[0] + s3[0] + s4[0] + s5[0] + s6[0][0];
/external/clang/test/CodeGen/
H A Dx86_32-arguments-win32.c34 // CHECK: define void @f5_2(%struct.s5* byval align 4)
35 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 %struct.s5* %e, i32 0, i32 0
45 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s5* %p5, i32 0, i32 0
H A Dbitfield-2.c207 struct s5 { struct
213 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef };
215 int f5_load(struct s5 *a0) {
218 int f5_store(struct s5 *a0) {
221 int f5_reload(struct s5 *a0) {
229 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef };
/external/chromium_org/v8/test/webkit/fast/js/
H A Dregexp-ranges-and-escaped-hyphens.js42 var regexp01d = /[1-3\s5]+/.exec("-123 54");
44 var regexp01e = /[1-35\s5]+/.exec("-123 54");
62 var regexp02d = /[1\-3\s5]+/.exec("21-3 54");
64 var regexp02e = /[1\-35\s5]+/.exec("21-3 54");
/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/llvm/test/MC/ARM/
H A Dinvalid-v8fp.s7 vcvtt.f16.f64 s5, d12
8 @ CHECK-NOT: vcvtt.f16.f64 s5, d12 @ encoding: [0xcc,0x2b,0xf3,0xee]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.h123 const StringHolder& s5);
127 const StringHolder& s5, const StringHolder& s6);
131 const StringHolder& s5, const StringHolder& s6,
136 const StringHolder& s5, const StringHolder& s6,
141 const StringHolder& s5, const StringHolder& s6,
147 const StringHolder& s5, const StringHolder& s6,
154 const StringHolder& s5, const StringHolder& s6,
171 const StringHolder& s5);
H A Dstringutil.cc255 const StringHolder& s5) {
258 s5.Length() + 1);
263 result += s5;
270 const StringHolder& s5, const StringHolder& s6) {
273 s5.Length() + s6.Length() + 1);
278 result += s5;
286 const StringHolder& s5, const StringHolder& s6,
290 s5.Length() + s6.Length() + s7.Length() + 1);
295 result += s5;
304 const StringHolder& s5, cons
253 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5) argument
268 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6) argument
284 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7) argument
302 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8) argument
321 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9) argument
343 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11) argument
368 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11, const StringHolder& s12) argument
433 StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5) argument
[all...]
/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:__anon16375
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:__anon16376
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/v8/test/mjsunit/
H A Duri.js42 var s5 = String.fromCharCode(cc5); variable
60 assertEquals('%DF%BF', encodeURI(s5));
71 assertEquals(cc5, decodeURI(encodeURI(s5)).charCodeAt(0));
/external/jpeg/
H A Dmips_idct_le.S70 sw $s5, 8($sp)
101 or $s5, $t3, $t4
106 bnez $s5, full_column
151 subq.ph $s5, $t0, $t4 # tmp11
179 addq.ph $t2, $s5, $s6 # tmp1
180 subq.ph $t4, $s5, $s6 # tmp2
187 addq.ph $s5, $t1, $t7 # z11
203 addq.ph $t7, $s5, $s7 # tmp7
204 subq.ph $s5, $s5,
[all...]
/external/clang/test/CXX/except/except.spec/
H A Dp5-pointers.cpp30 void s5() throw(D);
51 t4 = &s5; // expected-error {{not superset}} expected-error {{incompatible type}}
/external/kernel-headers/original/asm-mips/
H A Dregdef.h41 #define s5 $21 macro
84 #define s5 $21 macro
/external/llvm/test/MC/COFF/
H A Dlinkonce.s22 .section s5
74 // CHECK: Name: s5
138 // CHECK: Name: s5
139 // CHECK: Section: s5 (5)
/external/chromium_org/third_party/smhasher/src/
H A DSpooky.h135 uint64 &s4, uint64 &s5, uint64 &s6, uint64 &s7,
141 s3 += data[3]; s5 ^= s1; s2 ^= s3; s3 = Rot64(s3,31); s2 += s4;
142 s4 += data[4]; s6 ^= s2; s3 ^= s4; s4 = Rot64(s4,17); s3 += s5;
143 s5 += data[5]; s7 ^= s3; s4 ^= s5; s5 = Rot64(s5,28); s4 += s6;
144 s6 += data[6]; s8 ^= s4; s5 ^= s6; s6 = Rot64(s6,39); s5 += s7;
145 s7 += data[7]; s9 ^= s5; s
132 Mix( const uint64 *data, uint64 &s0, uint64 &s1, uint64 &s2, uint64 &s3, uint64 &s4, uint64 &s5, uint64 &s6, uint64 &s7, uint64 &s8, uint64 &s9, uint64 &s10,uint64 &s11) argument
[all...]
/external/chromium_org/courgette/
H A Dadjustment_method_unittest.cc97 std::string s5 = Serialize(prog5); local
100 EXPECT_TRUE(s1 == s5); // Adjustment did not change A (prog5)
101 EXPECT_TRUE(s5 == s6); // Adjustment did change B into A
/external/chromium_org/v8/test/mjsunit/
H A Duri.js42 var s5 = String.fromCharCode(cc5); variable
60 assertEquals('%DF%BF', encodeURI(s5));
71 assertEquals(cc5, decodeURI(encodeURI(s5)).charCodeAt(0));
/external/chromium/net/websockets/
H A Dwebsocket_throttle_unittest.cc163 scoped_refptr<SocketStream> s5(
165 w5->InitSocketStream(s5.get());
166 WebSocketThrottleTest::MockSocketStreamConnect(s5, addr);
172 EXPECT_EQ(ERR_IO_PENDING, w5->OnStartOpenConnection(s5, &callback_s5));
243 w5->OnClose(s5.get());
250 s5->DetachDelegate();

Completed in 1196 milliseconds

123456