Searched refs:beefy (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp2846b.C9 // Correct answer is B::beefy.
10 // g++ prints A::beefy, which is wrong. Cfront gets it right.
33 virtual void beefy(void) const { printf("A::beefy\n"); exit(1); } function in class:C
39 void beefy(void) const { printf("B::beefy\n"); } function in class:B
51 titi.compute().beefy();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp2846b.C9 // Correct answer is B::beefy.
10 // g++ prints A::beefy, which is wrong. Cfront gets it right.
33 virtual void beefy(void) const { printf("A::beefy\n"); exit(1); } function in class:C
39 void beefy(void) const { printf("B::beefy\n"); } function in class:B
51 titi.compute().beefy();

Completed in 110 milliseconds