HomeSort by relevance Sort by last modified time
    Searched refs:s5 (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGenCXX/
expr.cpp 34 struct s5;
35 struct s5 &f5_0(bool cond, struct s5 &a, struct s5 &b) {
x86_32-arguments.cpp 88 struct s5 { s5(); int &x; }; struct
89 s5 f5() { return s5(); }
mangle-ms.cpp 192 extern const volatile char s5[];
193 // CHECK: @"\01?s5@PR13182@@3SDDD"
198 return s0[0] + s1[0] + s2[0] + s3[0] + s4[0] + s5[0] + s6[0][0];
  /external/clang/test/CodeGen/
x86_32-arguments-win32.c 35 struct s5 { struct
38 struct s5 f5_1(void) { while (1) {} }
39 void f5_2(struct s5 a0) {}
ppc64-struct-onefloat.c 7 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
bitfield-2.c 207 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/clang/test/SemaCXX/
elaborated-type-specifier.cpp 41 int test_funcparam_scope(struct S5 * s5) {
42 struct S5 { int y; } *s5_2 = 0;
43 if (s5 == s5_2) return 1; // expected-error {{comparison of distinct pointer types ('struct S5 *' and 'struct S5 *')}}
  /external/clang/test/Sema/
pragma-align-mac68k.c 50 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];
warn-strlcpycat-size.c 15 } s4, **s5; variable in typeref:struct:__anon6781
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}}
warn-strncat-size.c 21 } s4, **s5; variable in typeref:struct:__anon6782
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}}
  /bionic/libc/arch-mips/include/machine/
regdef.h 80 #define s5 $21 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 80 #define s5 $21 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 80 #define s5 $21 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 80 #define s5 $21 macro
  /external/jpeg/
mips_idct_le.S 70 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, $s7 # tmp11 ..
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /external/kernel-headers/original/asm-mips/
regdef.h 41 #define s5 $21 macro
84 #define s5 $21 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-005.js 97 var s5 = '\u02b1; } catch (Z' variable
108 var sEval = s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
145 expect = s5.charAt(0);
  /dalvik/vm/mterp/mips/
binflopWide.S 17 GET_OPA(rOBJ) # s5 <- AA
20 EAS2(rOBJ, rFP, rOBJ) # s5 <- &fp[AA]
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 30 void s5() throw(D);
51 t4 = &s5; // expected-error {{not superset}} expected-error {{incompatible type}}
  /external/chromium/net/websockets/
websocket_throttle_unittest.cc 163 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();
  /external/chromium/testing/gmock/test/
gmock-more-actions_test.cc 136 const char* s4, const char* s5) {
137 return string(s1) + s2 + s3 + s4 + s5;
151 const char* s4, const char* s5, const char* s6) {
152 return string(s1) + s2 + s3 + s4 + s5 + s6;
156 const char* s4, const char* s5, const char* s6,
158 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7;
162 const char* s4, const char* s5, const char* s6,
164 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8;
168 const char* s4, const char* s5, const char* s6,
170 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9
    [all...]

Completed in 714 milliseconds

1 2 3 4 5