Searched refs:antiquities (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dm-static.cc9 typedef region antiquities; typedef in class:gnu_obj_1
14 static antiquities value;
17 gnu_obj_1(antiquities a, long l) {}
23 gnu_obj_1::antiquities gnu_obj_1::value = oriental;
31 static antiquities value_derived;
34 gnu_obj_2(antiquities b): gnu_obj_1(oriental, 7) { }
38 typename gnu_obj_2<T>::antiquities gnu_obj_2<T>::value_derived = etruscan;
45 typedef region antiquities; typedef in class:gnu_obj_3
49 gnu_obj_3(antiquities b) { }
H A Dm-data.cc9 typedef region antiquities; typedef in class:gnu_obj_1
14 antiquities value;
17 gnu_obj_1(antiquities a, long l): test(true), key1(5), key2(l), value(a) {}
25 antiquities value_derived;
28 gnu_obj_2(antiquities b): gnu_obj_1(oriental, 7), value_derived(b) { }
36 typedef region antiquities; typedef in class:gnu_obj_3
40 gnu_obj_3(antiquities b): data(etruscan) { }
H A Dtry_catch.cc31 typedef region antiquities; typedef in class:gnu_obj_1
36 antiquities value;
38 gnu_obj_1(antiquities a, long l): test(true), key1(5), key2(l), value(a) {}
46 antiquities value_derived;
48 gnu_obj_2(antiquities b): gnu_obj_1(oriental, 7), value_derived(b) { }
56 typedef region antiquities; typedef in class:gnu_obj_3
59 gnu_obj_3(antiquities b): data(etruscan) { }

Completed in 194 milliseconds