Searched refs:object2 (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900331_02.C17 struct0 object2; variable
24 (i ? object0 : object1) = object2; // gets bogus error
H A D900331_03.C21 struct0 object2; variable
27 object2 = (i ? object0 : object1); // OK
28 (i ? object0 : object1) = object2; // causes abort
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dattach_singleton.t30 my $object2 = My::Singleton->new;
31 isa_ok( $object2, 'My::Singleton' );
32 is( "$object", "$object2", 'Class is a singleton' );
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DCopy.t410 object2 => Zowie->new('whack_eth'),
411 object2 => Zowie->new('whack_eth'),
419 foreach my $left (qw(plain object1 object2)) {
420 foreach my $right (qw(plain object1 object2)) {
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DXref.pm25 object2 line numbers

Completed in 77 milliseconds