Searched defs:g1 (Results 1 - 25 of 97) sorted by relevance

1234

/external/llvm/test/MC/ELF/
H A Dcomdat.s43 // 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/
H A D2008-07-21-mixed-var-fn-decl.c4 int f1(), g1; variable
7 // CHECK: @g1 = common global i32 0, align 4
H A Dconst-arithmetic.c3 // 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
H A Ddarwin-string-literals.c17 const void *g1 = __builtin___CFStringMakeConstantString("string1"); variable
H A Dpr12251.c4 enum e1 g1(enum e1 *x) { function
8 // CHECK: define i32 @g1
H A Dprivate-extern.c3 // RUN: grep '@g1 = hidden constant i32 1' %t
6 __private_extern__ const int g1 = 1; variable
H A DPR3613-static-decl.c16 void *g1 = f0; variable
/external/v8/test/mjsunit/compiler/
H A Dcontrol-flow-1.js50 function g1(x, y) { function
54 assertTrue(g1(0, 0));
55 assertFalse(g1(0, 1))
H A Dregress-or.js31 if (!x || g1()) {
37 function g1() { try { return 1; } finally {} } function
/external/clang/test/PCH/
H A Dchain-staticvar-instantiation.cpp22 TS<int, 2> g1; member in namespace:NS
H A Dstmts.c9 int g1(int x) { return f1(x); } function
/external/clang/test/SemaCXX/
H A Dtypeid.cpp19 void g1(X &x) { function
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp16.cpp4 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/
H A Dmember-function-pointer-calls.cpp13 int g1() { function
/external/clang/test/SemaTemplate/
H A Ddefault-arguments-cxx0x.cpp24 void g1() { function
/external/clang/test/CXX/expr/
H A Dp10-0x.cpp3 volatile int g1; variable
16 __extension__ g1; local
/external/v8/test/mjsunit/
H A Ddebug-evaluate-locals-optimized-double.js136 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);
H A Ddebug-evaluate-locals-optimized.js126 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/clang/test/Sema/
H A Dalign-x86.c5 double g1; variable
6 short chk1[__alignof__(g1) == 8 ? 1 : -1];
H A Dattr-deprecated-message.c23 int g1; variable
30 return g1 + g2; // expected-warning {{'g2' is deprecated: Please avoid g2}}
H A Dconstant-builtins.c7 double g1 = __builtin_huge_valf(); variable
/external/v8/test/mjsunit/harmony/
H A Dblock-let-declaration.js124 function g1() { }
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js69 function g1(z, y) { function
119 invoke(g1, [3, 2]);
/external/webkit/Source/WebCore/svg/
H A DSVGHKernElement.cpp71 String g1 = getAttribute(g1Attr); local
74 if ((u1.isEmpty() && g1.isEmpty()) || (u2.isEmpty() && g2.isEmpty()))
78 if (parseGlyphName(g1, kerningPair.glyphName1)
H A DSVGVKernElement.cpp69 String g1 = getAttribute(g1Attr); local
72 if ((u1.isEmpty() && g1.isEmpty()) || (u2.isEmpty() && g2.isEmpty()))
76 if (parseGlyphName(g1, kerningPair.glyphName1)

Completed in 374 milliseconds

1234