Home
last modified time | relevance | path

Searched refs:g_E (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
Dmisc.cc178 E g_E; variable
264 for (intp = (int *) &g_E, ival = 21; in inheritance1()
265 intp < ((int *) &g_E + sizeof (g_E) / sizeof (int)); in inheritance1()
275 g_E.B::b = 23; in inheritance1()
276 g_E.B::x = 24; in inheritance1()
279 g_E.C::c = 27; in inheritance1()
280 g_E.C::x = 28; in inheritance1()
281 g_E.D::d = 29; in inheritance1()
282 g_E.D::x = 30; in inheritance1()
283 g_E.E::e = 31; in inheritance1()
[all …]
Dclasses.cc178 E g_E; variable
264 for (intp = (int *) &g_E, ival = 21; in inheritance1()
265 intp < ((int *) &g_E + sizeof (g_E) / sizeof (int)); in inheritance1()
275 g_E.B::b = 23; in inheritance1()
276 g_E.B::x = 24; in inheritance1()
279 g_E.C::c = 27; in inheritance1()
280 g_E.C::x = 28; in inheritance1()
281 g_E.D::d = 29; in inheritance1()
282 g_E.D::x = 30; in inheritance1()
283 g_E.E::e = 31; in inheritance1()
[all …]