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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/
declare-use1.cpp 9 const int g2 = g1 + e + f + aux_i + sub; 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
declare-use4.cpp 8 const int g2 = j; variable
  /external/clang/test/CodeGen/
const-arithmetic.c 4 // CHECK: @g2 = global [2 x i8*] [i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -2), i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -46)], align 16
8 void *g2[] = {g0 - 1, g0 - 23 }; variable
darwin-string-literals.c 18 const void *g2 = __builtin___CFStringMakeConstantString("hello \u2192 \u2603 \u2190 world"); variable
asm-attrs.c 21 } g2; variable in typeref:struct:S
32 __asm__ ("foo8" : "=r"(g2) : "r"(a));
extern-inline.c 18 int g2(void) {return f2(0,1);} function
  /external/compiler-rt/test/profile/Inputs/
instrprof-shared-lib.c 2 int g2 = 1; variable
8 g2++;
  /external/v8/test/mjsunit/compiler/
regress-or.js 50 if (!x || !g2()) {
56 function g2() { try { return 0; } finally {} } function
  /external/v8/test/mjsunit/
mod-range.js 12 function g2(i) { function
50 assertEquals(-2000000000, g2(-2000000000));
51 assertEquals(-2000000001, g2(-2000000001));
52 assertEquals(-2000000006, g2(-2000000006));
54 assertEquals(-2147483645, g2(-2147483645));
55 assertEquals(-2147483646, g2(-2147483646));
56 assertEquals(-2147483647, g2(-2147483647));
57 assertEquals(-2147483648, g2(-2147483648));
58 assertEquals(2147483647, g2(-2147483649));
60 assertEquals(-1294967296, g2(3000000000))
    [all...]
getter-in-prototype.js 68 function g2() { class
77 assertDoesNotThrow(g2);
  /external/v8/test/mjsunit/regress/
regress-crbug-599003.js 24 function g2() { function
29 %OptimizeFunctionOnNextCall(g2);
30 g2();
37 g2();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
pr17154-x86.s 25 .globl g2
26 .type g2, @function
27 g2: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
shlib-1.s 37 .global g2
38 .type g2, @object
39 .size g2, 4
40 g2: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
bnd-ifunc-2.s 25 .globl g2
26 .type g2, @function
27 g2: label
  /external/llvm/test/MC/ELF/
weak-diff.s 22 g2: label
24 .quad g2 - f2
25 .quad f2 - g2
  /external/clang/test/CXX/expr/
p10-0x.cpp 6 } g2; variable in typeref:struct:S
20 g2.a;
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
p9.cpp 23 void g2() { function in namespace:PR6707
  /external/clang/test/CodeGenCXX/
member-function-pointer-calls.cpp 25 int g2() { function
  /external/libcxx/test/std/experimental/string.view/string.view.hash/
string_view.pass.cpp 36 // std::string g2 = "1234567891";
39 char_type g2 [ 10 ]; local
41 g1[i] = g2[9-i] = '0' + i;
43 T s2(g2, 10);
  /external/libcxx/test/std/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());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
branch-misc-2.s 4 .globl g2 .text
15 g2: label
22 bal g2
  /external/clang/test/Sema/
attr-weak.c 5 int g2 __attribute__((weak)); variable

Completed in 704 milliseconds

1 2 3 4 5 6 7 8 91011>>