Searched defs:G1 (Results 1 - 12 of 12) sorted by relevance

/external/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp45 GlobalVariable *G1 = local
48 Engine->addGlobalMapping(G1, &Mem1);
49 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G1));
51 Engine->updateGlobalMapping(G1, &Mem2);
52 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
53 Engine->updateGlobalMapping(G1, NULL);
54 EXPECT_EQ(NULL, Engine->getPointerToGlobalIfAvailable(G1));
55 Engine->updateGlobalMapping(G1, &Mem2);
56 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
66 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1))
71 GlobalVariable *G1 = local
99 GlobalVariable *G1 = local
119 GlobalVariable *G1 = local
[all...]
/external/v8/test/mjsunit/compiler/
H A Dregress-arguments.js41 var G1 = 21; variable
45 var v = G1 + G2;
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
H A Dregress-97921.js80 G1 = function() {innerValue = i;}; // capture value of i in inner function
81 G1();
79 G1 = function() {innerValue = i;}; // capture value of i in inner function function
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp151 struct G1 {}; struct
156 P(G1());
/external/clang/test/SemaCXX/
H A Dstatic-cast.cpp9 struct G1 : public B {}; struct in inherits:B
11 struct H : public G1, public G2 {}; // Ambiguous path to B.
78 (void)static_cast<const G1*>((A*)0);
79 (void)static_cast<const G1&>(*((A*)0));
91 (void)static_cast<H*>((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
92 (void)static_cast<H&>(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
H A Dcstyle-cast.cpp51 struct G1 : public B {}; struct in inherits:B
53 struct H : public G1, public G2 {}; // Ambiguous path to B.
116 (void)(const G1*)((A*)0);
117 (void)(const G1&)(*((A*)0));
129 (void)(H*)((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
130 (void)(H&)(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
H A Dfunctional-cast.cpp83 struct G1 : public B {}; struct in inherits:B
85 struct H : public G1, public G2 {}; // Ambiguous path to B.
164 typedef const G1 *cG1p;
166 typedef const G1 &cG1r;
186 (void)Hp((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
188 (void)Hr(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c43 G1, enumerator in enum:G
/external/svox/pico/lib/
H A Dpicopam.c226 picoos_int8 g1_current_secondary_phrase_syllable; /*G1 */
315 #define G1 46 macro
1852 outVect[T_G1] = inVect[G1];
3880 case G1:
3885 pam->sSyllFeats[pam->nCurrSyllable].phoneV[G1]
3888 pam->sSyllFeats[pam->nCurrSyllable].phoneV[G1] = 0;
4693 pam->sSyllFeats[pam->nCurrSyllable].phoneV[G1]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp4851 int G1 = 0; member in namespace:test100
4857 G1 = 1; CHECK(G1);
4865 CHECK(G1);
4879 ANNOTATE_TRACE_MEMORY(&G1);
/external/valgrind/unittest/
H A Dracecheck_unittest.cc4657 int G1 = 0; member in namespace:test100
4663 G1 = 1; CHECK(G1);
4671 CHECK(G1);
4685 ANNOTATE_TRACE_MEMORY(&G1);
/external/qemu/
H A Dmips-dis.c1145 #define G1 (T3 \
1796 {"madd", "s,t", 0x70000000, 0xfc00ffff, RD_s|RD_t|WR_HILO|IS_M, 0, G1 },
1798 {"madd", "d,s,t", 0x70000000, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
1802 {"maddu", "s,t", 0x70000001, 0xfc00ffff, RD_s|RD_t|WR_HILO|IS_M, 0, G1 },
1804 {"maddu", "d,s,t", 0x70000001, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
1977 {"mult", "d,s,t", 0x00000018, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
1981 {"multu", "d,s,t", 0x00000019, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
2227 {"sync", "", 0x0000000f, 0xffffffff, INSN_SYNC, 0, I2|G1 },
1144 #define G1 macro

Completed in 3927 milliseconds