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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/
declare-use4.cpp 8 const int g2 = j; variable
declare-use1.cpp 8 const int g2 = g1 + e + f + aux_i; variable
declare-use3.cpp 4 const int g2 = g1 + e + f + aux_i; variable
strict-decluse.cpp 9 const int g2 = g1 + e + f + aux_i; variable
  /external/clang/test/CodeGen/
darwin-string-literals.c 18 const void *g2 = __builtin___CFStringMakeConstantString("hello \u2192 \u2603 \u2190 world"); variable
const-arithmetic.c 4 // CHECK: @g2 = global [2 x i8*] [i8* getelementptr (i8* getelementptr inbounds ([0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -2), i8* getelementptr (i8* getelementptr inbounds ([0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -46)], align 16
8 void *g2[] = {g0 - 1, g0 - 23 }; variable
extern-inline.c 18 int g2(void) {return f2(0,1);} function
  /external/llvm/test/MC/Sparc/
sparc-alu-instructions.s 6 ! CHECK: add %g1, %g2, %g3 ! encoding: [0x86,0x00,0x40,0x02]
7 add %g1, %g2, %g3
13 ! CHECK: addcc %g1, %g2, %g3 ! encoding: [0x86,0x80,0x40,0x02]
14 addcc %g1, %g2, %g3
16 ! CHECK: addxcc %g1, %g2, %g3 ! encoding: [0x86,0xc0,0x40,0x02]
17 addxcc %g1, %g2, %g3
19 ! CHECK: udiv %g1, %g2, %g3 ! encoding: [0x86,0x70,0x40,0x02]
20 udiv %g1, %g2, %g3
22 ! CHECK: sdiv %g1, %g2, %g3 ! encoding: [0x86,0x78,0x40,0x02]
23 sdiv %g1, %g2, %g
    [all...]
sparcv9-instructions.s 5 ! V8-NEXT: addc %g2, %g1, %g3
6 ! V9: addx %g2, %g1, %g3 ! encoding: [0x86,0x40,0x80,0x01]
7 addc %g2, %g1, %g3
10 ! V8-NEXT: addccc %g1, %g2, %g3
11 ! V9: addxcc %g1, %g2, %g3 ! encoding: [0x86,0xc0,0x40,0x02]
12 addccc %g1, %g2, %g3
15 ! V8-NEXT: subc %g2, %g1, %g3
16 ! V9: subx %g2, %g1, %g3 ! encoding: [0x86,0x60,0x80,0x01]
17 subc %g2, %g1, %g3
20 ! V8-NEXT: subccc %g1, %g2, %g
    [all...]
  /external/clang/test/CXX/expr/
p10-0x.cpp 6 } g2; variable in typeref:struct:S
20 g2.a;
  /external/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/
p3-0x.cpp 13 int &g2(const int &);
14 float &g2(int &&);
15 int &j2 = g2(i);
16 float &k2 = g2(f1());
17 float &l2 = g2(f2());
  /external/clang/test/Sema/
warn-missing-prototypes.c 12 static int g2();
14 int g2(int x) { return x; } function
attr-deprecated-message.c 24 int g2 __attribute__ ((deprecated("Please avoid g2"))); // expected-note {{'g2' has been explicitly marked deprecated here}} variable
30 return g1 + g2; // expected-warning {{'g2' is deprecated: Please avoid g2}}
  /external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/
memcpy.S 190 ldub [%o1], %g2
192 stb %g2, [%o0]
197 lduh [%o1], %g2
199 sth %g2, [%o0]
236 MOVE_BIGCHUNK(o1, o0, 0x00, o2, o3, o4, o5, g2, g3, g4, g5)
237 MOVE_BIGCHUNK(o1, o0, 0x20, o2, o3, o4, o5, g2, g3, g4, g5)
238 MOVE_BIGCHUNK(o1, o0, 0x40, o2, o3, o4, o5, g2, g3, g4, g5)
239 MOVE_BIGCHUNK(o1, o0, 0x60, o2, o3, o4, o5, g2, g3, g4, g5)
260 MOVE_LASTCHUNK(o1, o0, 0x60, g2, g3, g4, g5)
261 MOVE_LASTCHUNK(o1, o0, 0x50, g2, g3, g4, g5
    [all...]
memset.S 69 sll %g3, 8, %g2
70 or %g3, %g2, %g3
71 sll %g3, 16, %g2
72 or %g3, %g2, %g3
103 mov %g3, %g2
113 ZERO_BIG_BLOCK(%o0, 0x00, %g2)
115 ZERO_BIG_BLOCK(%o0, 0x40, %g2)
133 ZERO_LAST_BLOCKS(%o0, 0x48, %g2)
134 ZERO_LAST_BLOCKS(%o0, 0x08, %g2)
174 cmp %g2,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_utctm.c 250 #define g2(p) (((p)[0]-'0')*10+(p)[1]-'0') macro
256 offset = g2(s->data+13)*60+g2(s->data+15);
266 year = g2(s->data);
270 return_cmp(g2(s->data+2) - 1, tm->tm_mon);
271 return_cmp(g2(s->data+4), tm->tm_mday);
272 return_cmp(g2(s->data+6), tm->tm_hour);
273 return_cmp(g2(s->data+8), tm->tm_min);
274 return_cmp(g2(s->data+10), tm->tm_sec);
275 #undef g2 macro
    [all...]
  /external/clang/test/SemaCXX/
warn-unused-result.cpp 9 S *g2() __attribute__((warn_unused_result));
15 g2(); // expected-warning {{ignoring return value}}
20 (void)g2();
26 g2()->t();
31 S *s2 = g2();
function-pointer-arguments.cpp 11 int(*g2)(const int, int) = f1;
23 const int (*g2)(int, int) = f1;
  /external/openssl/crypto/asn1/
a_utctm.c 250 #define g2(p) (((p)[0]-'0')*10+(p)[1]-'0') macro
256 offset = g2(s->data+13)*60+g2(s->data+15);
266 year = g2(s->data);
270 return_cmp(g2(s->data+2) - 1, tm->tm_mon);
271 return_cmp(g2(s->data+4), tm->tm_mday);
272 return_cmp(g2(s->data+6), tm->tm_hour);
273 return_cmp(g2(s->data+8), tm->tm_min);
274 return_cmp(g2(s->data+10), tm->tm_sec);
275 #undef g2 macro
    [all...]
  /external/libcxx/test/strings/basic.string.hash/
strings.pass.cpp 34 std::string g2 = "1234567891"; local
36 T s2(g2.begin(), g2.end());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.hash/
strings.pass.cpp 34 std::string g2 = "1234567891"; local
36 T s2(g2.begin(), g2.end());
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p16.cpp 5 template<class X2> void g2(T, X2);
23 void A<int>::g2<char>(int, char); // X2 specified as char
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p13.cpp 6 void g2(int = ([i]{ return 0; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
  /external/clang/test/CodeGenCXX/
member-function-pointer-calls.cpp 25 int g2() { function
  /external/llvm/test/MC/ELF/
comdat.s 49 // Test that g1 and g2 are local, but g3 is an undefined global.
61 // CHECK-NEXT: Name: g2
88 .section .zed,"axG",@progbits,g2,comdat

Completed in 713 milliseconds

1 2 3 4 5 6 7 8 91011>>