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

123456

/external/clang/test/Modules/
H A Ddeclare-use1.cpp8 const int g2 = g1 + e + f + aux_i; variable
H A Ddeclare-use3.cpp4 const int g2 = g1 + e + f + aux_i; variable
H A Dstrict-decluse.cpp9 const int g2 = g1 + e + f + aux_i; variable
H A Ddeclare-use4.cpp8 const int g2 = j; variable
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dregress-or.js50 if (!x || !g2()) {
56 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);
/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
/external/chromium_org/v8/test/mjsunit/
H A Dgetter-in-prototype.js68 function g2() { class
77 assertDoesNotThrow(g2);
H A Ddebug-evaluate-locals-optimized-double.js145 case 2: assertEquals(g2, frame.func().value()); break;
200 function g2(i) { function
214 new g2(i - 1, a3, b3);
H A Ddebug-evaluate-locals-optimized.js136 case 2: assertEquals(g2, frame.func().value()); break;
187 function g2(i) { function
197 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';
H A Domit-constant-mapcheck.js43 var g2 = { a:2 }
46 return g2.a;
53 g2.b = 10;
54 g2.a = 5;
/external/clang/test/CodeGenCXX/
H A Dmember-function-pointer-calls.cpp25 int g2() { function
/external/libcxx/test/strings/basic.string.hash/
H A Dstrings.pass.cpp34 std::string g2 = "1234567891"; local
36 T s2(g2.begin(), g2.end());
/external/clang/test/CXX/expr/
H A Dp10-0x.cpp6 } g2; variable in typeref:struct:S
20 g2.a;
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp9.cpp23 void g2() { function in namespace:PR6707
/external/clang/test/Sema/
H A Dattr-weak.c5 int g2 __attribute__((weak)); variable
H A Dalign-x86.c9 long long g2; variable
10 short chk1[__alignof__(g2) == 8 ? 1 : -1];
H A Dattr-deprecated-message.c24 int g2 __attribute__ ((deprecated("Please avoid g2"))); // expected-note {{'g2' has been explicitly marked deprecated here}} variable
30 return g1 + g2; // expected-warning {{'g2' is deprecated: Please avoid g2}}
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGHKernElement.cpp60 String g2 = fastGetAttribute(SVGNames::g2Attr); local
61 if ((u1.isEmpty() && g1.isEmpty()) || (u2.isEmpty() && g2.isEmpty()))
66 && parseGlyphName(g2, kerningPair.glyphName2)
H A DSVGVKernElement.cpp61 String g2 = fastGetAttribute(SVGNames::g2Attr); local
62 if ((u1.isEmpty() && g1.isEmpty()) || (u2.isEmpty() && g2.isEmpty()))
67 && parseGlyphName(g2, kerningPair.glyphName2)
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1229.js73 function g2(z, y, x) { function
120 invoke(g2, [3, 2, 4]);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp11.cpp20 void g2() { function

Completed in 412 milliseconds

123456