Searched defs:g2 (Results 1 - 25 of 73) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dconst-arithmetic.c4 // CHECK: @g2 = 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
8 void *g2[] = {g0 - 1, g0 - 23 }; variable
H A Ddarwin-string-literals.c18 const void *g2 = __builtin___CFStringMakeConstantString("hello \u2192 \u2603 \u2190 world"); variable
H A Dextern-inline.c18 int g2(void) {return f2(0,1);} function
H A Dbitfield.c53 int g2(void) { function
/external/v8/test/mjsunit/compiler/
H A Dregress-or.js47 if (!x || !g2()) {
53 function g2() { try { return 0; } finally {} } function
H A Dcount-deopt.js163 var g2 = {y:0, x:42}
173 assertEquals(42, inc10(g2));
174 assertEquals(43, g2.x);
H A Dassignment-deopt.js132 var g2 = {y:0, x:42};
143 assertEquals(43, assign10(g2));
144 assertEquals(43, g2.x);
H A Dsimple-global-access.js30 var g2 = 43; variable
35 function f2() { this.x = g1; this.y = g2; this.z = g3; }
/external/v8/test/mjsunit/
H A Dgetter-in-prototype.js68 function g2() { class
77 assertDoesNotThrow(g2);
H A Ddebug-evaluate-locals-optimized-double.js135 case 2: assertEquals(g2, frame.func().value()); break;
152 // expect an optimized frame for f with g1, g2 and g3 inlined.
200 function g2(i) { function
213 new g2(i - 1, a3, b3);
H A Ddebug-evaluate-locals-optimized.js125 case 2: assertEquals(g2, frame.func().value()); break;
142 // expect an optimized frame for f with g1, g2 and g3 inlined.
185 function g2(i) { function
194 new g2(i - 1, a3, b3);
H A Ddebug-stepin-call-function-stub.js74 function g2() { function
79 var f = g2;
98 // of call. Use different pair of functions so that g2 is compiled lazily.
103 expected_function_name = 'g2';
/external/clang/test/CodeGenCXX/
H A Dmember-function-pointer-calls.cpp20 int g2() { function
/external/clang/test/Sema/
H A Dattr-weak.c5 int g2 __attribute__((weak)); variable
H A Dconstant-builtins.c7 long double g2 = __builtin_huge_vall(); variable
H A Dalign-x86.c8 long long g2; variable
9 short chk1[__alignof__(g2) == 8 ? 1 : -1];
H A Dattr-deprecated-message.c24 int g2 __attribute__ ((deprecated("Please avoid g2"))); variable
30 return g1 + g2; // expected-warning {{'g2' is deprecated: Please avoid g2}}
H A Dwarn-missing-prototypes.c11 static int g2();
13 int g2(int x) { return x; } function
H A Dconstant-builtins-2.c7 long double g2 = __builtin_huge_vall(); variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp9.cpp23 void g2() { function in namespace:PR6707
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp11.cpp20 void g2() { function
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js73 function g2(z, y, x) { function
120 invoke(g2, [3, 2, 4]);
/external/webkit/Source/WebCore/svg/
H A DSVGHKernElement.cpp73 String g2 = getAttribute(g2Attr); local
74 if ((u1.isEmpty() && g1.isEmpty()) || (u2.isEmpty() && g2.isEmpty()))
79 && parseGlyphName(g2, kerningPair.glyphName2)
H A DSVGVKernElement.cpp71 String g2 = getAttribute(g2Attr); local
72 if ((u1.isEmpty() && g1.isEmpty()) || (u2.isEmpty() && g2.isEmpty()))
77 && parseGlyphName(g2, kerningPair.glyphName2)
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
H A DModelConverter.java53 public int compare(PrimitiveGroup g1, PrimitiveGroup g2) { argument
54 if (g1.type < g2.type)
56 else if (g1.type > g2.type)

Completed in 970 milliseconds

123