Searched refs:aap (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D20000412-1.f1 subroutine aap(k) subroutine
H A Dcpp.F3 subroutine aap(a, n) subroutine
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dclass2.cc61 A alpha, *aap, *abp; local
68 aap = α refer (aap);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Drtti2.C61 A *aap = &f; variable
86 if (typeid(*aap) == typeid(*bbp)) error(33);
87 if (typeid(*dp) == typeid(*aap)) error(34);
H A Drtti3.C66 A *aap = &f; variable
94 if (typeid(*aap) != typeid(*bbp)) error(37);
95 if (typeid(*dp) != typeid(*aap)) error(38);
H A Drtti4.C60 A *aap = &f; variable
84 if (typeid(*aap) != typeid(*bbp)) error(33);
85 if (typeid(*dp) != typeid(*aap)) error(34);
H A Drttid3.C68 A *aap = &f; variable
108 vp = dynamic_cast<void *> (aap);
111 vp = dynamic_cast<B *> (aap);
H A Drttid4.C62 A *aap = &f; variable
105 vp = dynamic_cast<void *> (aap);
108 vp = dynamic_cast<B *> (aap);
H A Drttid2.C63 A *aap = &f; variable
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dlex.t33 my %foo = (aap => "monkey");
35 is("@{[$foo{'aap'}]}", 'monkey', 'interpolation of hash lookup with space between lexical variable and subscript');
36 is("@{[$foo {'aap'}]}", 'monkey', 'interpolation of hash lookup with space between lexical variable and subscript - test for [perl #70091]');

Completed in 172 milliseconds