Home
last modified time | relevance | path

Searched refs:obj3 (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/lib/Class/
H A DStruct.t137 my $obj3 = Kapow->new();
139 isa_ok $obj3, 'Kapow';
140 is $obj3->z_zwap, undef, 'No z_zwap member by default';
141 is $obj3->sploosh, undef, 'No sploosh member by default';
142 $obj3->z_zwap(qr//);
143 isa_ok $obj3->z_zwap, 'Regexp', 'Can set z_zwap member';
144 $obj3->sploosh(MyObj->new(s => 'pie'));
145 isa_ok $obj3->sploosh, 'MyObj',
147 is $obj3->sploosh->s, 'pie', 'Can set sploosh member to correct object';
200 $obj3->sploosh(MyOther->new(s => 3.14));
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Drtti1.cc86 C3 *obj3 = create3 (); in func3() local
88 refer_to (obj3); // func3-constructs-done in func3()
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/19_diagnostics/
H A Dstdexceptions.cc99 std::runtime_error obj3 = std::runtime_error(s3); in test04() local
100 obj1 = obj3; in test04()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Daccess5.C22 nested_private obj3; // error// ERROR - in this context variable
/openbsd-src/gnu/usr.bin/perl/dist/base/t/
H A Dfields-5_6_0.t161 eval q{ my D3 $obj3 = $obj2; $obj3->{notthere} = "" };
/openbsd-src/gnu/usr.bin/perl/vms/
H A Ddescrip_mms.template222 obj3 = perly$(O) pp$(O) pp_ctl$(O) pp_hot$(O) reentr$(O) pp_pack$(O) pp_sort$(O) pp_sys$(O) regcomp$(O)
226 mini_obj = perlmini$(O) $(obj1) $(obj2) $(obj3) $(obj4) $(obj5)
227 obj = $(obj0) $(obj1) $(obj2) $(obj3) $(obj4) $(obj5)
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog1211 * gdb.cp/rtti.exp: Add 'print *obj3' test.