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

1 2 3 4 5 6 7 8 9

  /external/llvm/test/MC/ELF/
comdat.s 57 // Test that g1 and g2 are local, but g3 is an undefined global.
60 // CHECK: Name: g1
89 .section .foo,"axG",@progbits,g1,comdat
90 g1: label
  /external/clang/test/CodeGen/
2008-07-21-mixed-var-fn-decl.c 4 int f1(), g1; variable
7 // CHECK: @g1 = common global i32 0, align 4
const-arithmetic.c 3 // CHECK: @g1 = 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
7 void *g1[] = {g0 + -1, g0 + -23 }; variable
darwin-string-literals.c 17 const void *g1 = __builtin___CFStringMakeConstantString("string1"); variable
pr12251.c 4 enum e1 g1(enum e1 *x) { function
8 // CHECK-LABEL: define i32 @g1
private-extern.c 4 // CHECK-DAG: @g1 = hidden constant i32 1
7 __private_extern__ const int g1 = 1; variable
PR3613-static-decl.c 16 void *g1 = f0; variable
asm-attrs.c 17 int g0, g1; variable
24 __asm__ ("foo0" : "=r"(g1) : "r"(a));
25 __asm__ ("foo1" : "=r"(g1) : "r"(a) : "cc");
26 __asm__ ("foo2" : "=r"(g1) : "r"(a) : "memory");
27 __asm__ volatile("foo3" : "=r"(g1) : "r"(a));
28 __asm__ ("foo4" : "=r"(g1) : "r"(a), "m"(g0));
29 __asm__ ("foo5" : "=r"(g1) : "r"(a), "Q"(g0));
30 __asm__ ("foo6" : "=r"(g1), "=m"(g0) : "r"(a));
cfi-icall-cross-dso.c 12 Fn g1() { function
xcore-abi.cpp 12 // CHECK: @g1 = global i32 0, align 4
13 int g1; variable
  /external/clang/test/Modules/Inputs/declare-use/
g.h 4 #include "g1.h"
5 const int g1 = aux_g*c*7; variable
  /external/compiler-rt/test/profile/Inputs/
instrprof-shared-lib.c 1 int g1 = 0; variable
6 g1++;
  /external/v8/test/mjsunit/compiler/
control-flow-1.js 50 function g1(x, y) { function
54 assertTrue(g1(0, 0));
55 assertFalse(g1(0, 1));
regress-or.js 33 if (!x || g1()) {
39 function g1() { try { return 1; } finally {} } function
  /external/v8/test/mjsunit/
mod-range.js 7 function g1(i) { function
18 assertEquals(2294967296, g1(-2000000000));
19 assertEquals(2294967295, g1(-2000000001));
20 assertEquals(2294967290, g1(-2000000006));
22 assertEquals(2147483651, g1(-2147483645));
23 assertEquals(2147483650, g1(-2147483646));
24 assertEquals(2147483649, g1(-2147483647));
25 assertEquals(2147483648, g1(-2147483648));
26 assertEquals(2147483647, g1(-2147483649));
28 assertEquals(3000000000, g1(3000000000))
    [all...]
debug-multiple-var-decl.js 47 var g1 = 1, // b variable
  /external/v8/test/mjsunit/regress/
regress-crbug-599003.js 9 function g1() { function
28 var o = g1();
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
spreproc.cpp 192 const Word16 *g1; /* Pointer to correct gammma1 vector */ local
197 g1 = gamma1_12k2;
201 g1 = gamma1;
205 Weight_Ai(A, g1, Ap1);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
pr17154-x86.s 11 .globl g1
12 .type g1, @function
13 g1: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
bnd-ifunc-2.s 11 .globl g1
12 .type g1, @function
13 g1: label
  /external/clang/test/PCH/
chain-staticvar-instantiation.cpp 22 TS<int, 2> g1; member in namespace:NS
stmts.c 9 int g1(int x) { return f1(x); } function
  /external/clang/test/CXX/expr/
p10-0x.cpp 3 volatile int g1; variable
16 __extension__ g1; local
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p16.cpp 4 template<class X1> void g1(T, X1);
13 template<class T> template<class X1> void A<T>::g1(T, X1) { } function in class:A
16 template<> template<class X1> void A<int>::g1(int, X1);
20 void A<int>::g1(int, char); // X1 deduced as char
  /external/clang/test/CodeGenCXX/
member-function-pointer-calls.cpp 16 int g1() { function

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 9