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

1 2 3 4

  /external/llvm/test/MC/ELF/
comdat.s 43 // Test that g1 and g2 are local, but g3 is an undefined global.
46 // CHECK-NEXT: (('st_name', 0x00000001) # 'g1'
75 .section .foo,"axG",@progbits,g1,comdat
76 g1: label
79 .section .bar,"axG",@progbits,g1,comdat
  /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* 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
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: define i32 @g1
private-extern.c 3 // RUN: grep '@g1 = hidden constant i32 1' %t
6 __private_extern__ const int g1 = 1; variable
PR3613-static-decl.c 16 void *g1 = f0; variable
  /external/clang/test/SemaCXX/
typeid.cpp 19 void g1(X &x) { function
  /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 31 if (!x || g1()) {
37 function g1() { try { return 1; } finally {} } function
  /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);
pre_big.cpp 173 const Word16 *g1; /* Pointer to correct gammma1 vector */ local
179 g1 = gamma1;
183 g1 = gamma1_12k2;
198 Weight_Ai(&A_t[aOffset], g1, Ap1);
  /external/clang/test/PCH/
stmts.c 9 int g1(int x) { return f1(x); } function
  /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 13 int g1() { function
  /external/clang/test/SemaTemplate/
default-arguments-cxx0x.cpp 23 void g1() { function
  /libcore/luni/src/test/java/libcore/java/util/
OldGregorianCalendarTest.java 42 GregorianCalendar g1 = new GregorianCalendar(TimeZone.getTimeZone("Europe/Moscow")); local
43 g1.clear();
44 g1.set(2006, -9, 29, 02, 50, 00); // transition from DST
45 g1.setLenient(false);
48 g1.getTimeInMillis();
75 GregorianCalendar g1 = new GregorianCalendar( local
77 g1.clear();
78 g1.set(2008, Calendar.SEPTEMBER, 23, 18, 0, 0);
79 assertNotSame(g.hashCode(), g1.hashCode());
  /external/clang/test/Sema/
constant-builtins.c 6 double g1 = __builtin_huge_valf(); variable
merge-decls.c 30 _Complex int g1; // expected-note {{previous definition is here}} variable
31 _Complex float g1; // expected-error {{redefinition of 'g1'}} variable
align-x86.c 4 double g1; variable
5 short chk1[__alignof__(g1) == 8 ? 1 : -1];
attr-deprecated-message.c 23 int g1; variable
30 return g1 + g2; // expected-warning {{'g2' is deprecated: Please avoid g2}}
  /external/v8/test/mjsunit/
debug-evaluate-locals-optimized-double.js 136 case 3: assertEquals(g1, frame.func().value()); break;
152 // expect an optimized frame for f with g1, g2 and g3 inlined.
208 function g1(i, x3, y3, z3) { function
221 g1(i - 1, a4, b4);
debug-evaluate-locals-optimized.js 126 case 3: assertEquals(g1, frame.func().value()); break;
142 // expect an optimized frame for f with g1, g2 and g3 inlined.
191 function g1(i, x3, y3, z3) { function
200 g1(i - 1, a4, b4);
  /external/v8/test/mjsunit/harmony/
block-let-declaration.js 124 function g1() { }
  /external/v8/test/mjsunit/regress/
regress-1229.js 69 function g1(z, y) { function
119 invoke(g1, [3, 2]);

Completed in 712 milliseconds

1 2 3 4