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

1 2 3 4 5 6 7 8 91011>>

  /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(); }
  /external/clang/test/CodeGen/
x86_32-arguments-win32.c 34 // CHECK-LABEL: 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) {}
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
  /art/test/Statics/
Statics.java 23 static final long s5 = 0x1234567890abcdefL; field in class:Statics
44 return s5;
  /external/clang/test/SemaCXX/
warn-dangling-field.cpp 39 struct S5 {
42 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}}
49 struct S7 : S5 {
50 S7() : S5 { 0 } {} // expected-warning {{binding reference member 'x' to a temporary}}
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/llvm/test/MC/AArch64/
neon-scalar-by-elem-mla.s 8 fmla s4, s5, v7.s[2]
15 // CHECK: fmla s4, s5, v7.s[2] // encoding: [0xa4,0x18,0x87,0x5f]
26 fmls s5, s12, v23.s[2]
33 // CHECK: fmls s5, s12, v23.s[2] // encoding: [0x85,0x59,0x97,0x5f]
neon-scalar-recip.s 19 frsqrts s21, s5, s12
22 // CHECK: frsqrts s21, s5, s12 // encoding: [0xb5,0xfc,0xac,0x5e]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stringutil.h 123 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);
stringutil.cc 255 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, const StringHolder& s6
    [all...]
  /external/clang/test/Sema/
no-documentation-warn-tagdecl-specifier.c 27 /** @return s5 Test 5 - expected warning here */
28 struct s5 { int is; }; struct
29 struct s5* f5(void);
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];
  /external/llvm/test/MC/ARM/
fconst.s 9 fconstsne s5, #0x1
10 fconstsgt s5, #0x20
19 @ CHECK: vmovne.f32 s5, #2.125000e+00 @ encoding: [0x01,0x2a,0xf0,0x1e]
20 @ CHECK: vmovgt.f32 s5, #8.000000e+00 @ encoding: [0x00,0x2a,0xf2,0xce]
  /external/llvm/test/MC/COFF/
linkonce.s 22 .section s5
68 // CHECK: Name: s5
125 // CHECK: Name: s5
126 // CHECK: Section: s5 (8)
  /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
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 80 #define s5 $21 macro
  /external/chromium_org/third_party/WebKit/Source/platform/heap/asm/
SaveRegisters_mips.S 50 sw $s5,36($sp)
  /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
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
regdef.h 80 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
regdef.h 80 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 80 #define s5 $21 macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/
regdef.h 80 #define s5 $21 macro

Completed in 641 milliseconds

1 2 3 4 5 6 7 8 91011>>