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

123456

/external/llvm/test/MC/ELF/
H A Dcomdat.s49 // Test that g1 and g2 are local, but g3 is an undefined global.
52 // CHECK: Name: g1
81 .section .foo,"axG",@progbits,g1,comdat
82 g1: label
/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-LABEL: 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
H A Dxcore-abi.cpp12 // CHECK: @g1 = global i32 0, align 4
13 int g1; variable
/external/clang/test/Modules/Inputs/declare-use/
H A Dg.h4 #include "g1.h"
5 const int g1 = aux_g*c*7; variable
/external/chromium_org/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.js33 if (!x || g1()) {
39 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.cpp16 int g1() { function
/external/libcxx/test/strings/basic.string.hash/
H A Dstrings.pass.cpp33 std::string g1 = "1234567890"; local
35 T s1(g1.begin(), g1.end());
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-evaluate-locals-optimized-double.js146 case 3: assertEquals(g1, frame.func().value()); break;
209 function g1(i, x3, y3, z3) { function
223 g1(i - 1, a4, b4);
H A Ddebug-evaluate-locals-optimized.js137 case 3: assertEquals(g1, frame.func().value()); break;
194 function g1(i, x3, y3, z3) { function
204 g1(i - 1, a4, b4);
H A Domit-constant-mapcheck.js30 var g1 = { a:1 }
33 return g1.a;
40 delete g1.a;
/external/clang/test/CXX/expr/
H A Dp10-0x.cpp3 volatile int g1; variable
16 __extension__ g1; local
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGHKernElement.cpp58 String g1 = fastGetAttribute(SVGNames::g1Attr); local
61 if ((u1.isEmpty() && g1.isEmpty()) || (u2.isEmpty() && g2.isEmpty()))
65 if (parseGlyphName(g1, kerningPair.glyphName1)
H A DSVGVKernElement.cpp59 String g1 = fastGetAttribute(SVGNames::g1Attr); local
62 if ((u1.isEmpty() && g1.isEmpty()) || (u2.isEmpty() && g2.isEmpty()))
66 if (parseGlyphName(g1, kerningPair.glyphName1)
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1229.js69 function g1(z, y) { function
119 invoke(g1, [3, 2]);
/external/clang/test/Sema/
H A Dalign-x86.c5 double g1; variable
6 short chk1[__alignof__(g1) == 8 ? 1 : -1];

Completed in 431 milliseconds

123456