Searched refs:DoSomething (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp9129.C7 int DoSomething();
10 int (Foo::*pA)() = { &Foo::DoSomething };
11 int (Foo::*X[1])(int) = { { &Foo::DoSomething } }; // { dg-error "" }
12 int (Foo::*Y[])(int) = { { &Foo::DoSomething, &Foo::DoSomething, 0 } }; // { dg-error "" }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp9129.C7 int DoSomething();
10 int (Foo::*pA)() = { &Foo::DoSomething };
11 int (Foo::*X[1])(int) = { { &Foo::DoSomething } }; // { dg-error "" }
12 int (Foo::*Y[])(int) = { { &Foo::DoSomething, &Foo::DoSomething, 0 } }; // { dg-error "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dconversion11.C17 void DoSomething(Ding A); // { dg-message "candidate is" } referred to
20 void DoSomething(Ding A);
24 DoSomething(1); // { dg-error "conversion" }
25 pX->DoSomething(1); // { dg-error "no matching" }
26 (*pX).DoSomething(1); // { dg-error "no matching" }
H A Dpmf8.C6 void DoSomething() { return; } function in class:Parent
26 a.DoAnyThing(&Child::DoSomething);
27 a.DoAThing(&Child::DoSomething);
28 a.DoAThing(&Parent::DoSomething);
H A Daccess23.C42 void DoSomething() { function in struct:Bar
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dconversion11.C17 void DoSomething(Ding A); // { dg-error "" } referred to
20 void DoSomething(Ding A);
24 DoSomething(1); // { dg-error "" }
25 pX->DoSomething(1); // { dg-error "" }
26 (*pX).DoSomething(1); // { dg-error "" }
H A Dpmf8.C6 void DoSomething() { return; }; function in class:Parent
26 a.DoAnyThing(&Child::DoSomething);
27 a.DoAThing(&Child::DoSomething);
28 a.DoAThing(&Parent::DoSomething);
H A Daccess23.C42 void DoSomething() { function in struct:Bar
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Daccess1.C6 virtual void DoSomething() = 0;
13 DoSomething();
21 DoSomething();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Daccess1.C6 virtual void DoSomething() = 0;
13 DoSomething();
21 DoSomething();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/rtti/
H A Ddyncast1.C4 virtual void DoSomething( void ) = 0;
18 virtual void DoSomething( void ) { } function in class:Junk
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/rtti/
H A Ddyncast1.C4 virtual void DoSomething( void ) = 0;
18 virtual void DoSomething( void ) { } function in class:Junk
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb99.C134 static_cast<Bar *> (foo)->DoSomething; //{ dg-error "" } invalid cast
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb99.C134 static_cast<Bar *> (foo)->DoSomething; //{ dg-error "" } invalid cast

Completed in 236 milliseconds