Home | History | Annotate | Download | only in Misc

Lines Matching refs:Foo2

629 template <unsigned N = 2> class Foo2 {};
683 Foo2<1> F1;
684 Foo2<> F2, F3;
691 // CHECK-ELIDE-NOTREE: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'Foo2<1>' to 'const Foo2<2>' for 1st argument
692 // CHECK-ELIDE-NOTREE: candidate function (the implicit move assignment operator) not viable: no known conversion from 'Foo2<1>' to 'Foo2<2>' for 1st argument
694 // CHECK-ELIDE-NOTREE: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'Foo2<(default) 2>' to 'const Foo2<1>' for 1st argument
695 // CHECK-ELIDE-NOTREE: candidate function (the implicit move assignment operator) not viable: no known conversion from 'Foo2<(default) 2>' to 'Foo2<1>' for 1st argument
697 // CHECK-NOELIDE-NOTREE: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'Foo2<1>' to 'const Foo2<2>' for 1st argument
698 // CHECK-NOELIDE-NOTREE: candidate function (the implicit move assignment operator) not viable: no known conversion from 'Foo2<1>' to 'Foo2<2>' for 1st argument
700 // CHECK-NOELIDE-NOTREE: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'Foo2<(default) 2>' to 'const Foo2<1>' for 1st argument
701 // CHECK-NOELIDE-NOTREE: candidate function (the implicit move assignment operator) not viable: no known conversion from 'Foo2<(default) 2>' to 'Foo2<1>' for 1st argument
704 // CHECK-ELIDE-TREE: [(no qualifiers) != const] Foo2<
707 // CHECK-ELIDE-TREE: Foo2<
711 // CHECK-ELIDE-TREE: [(no qualifiers) != const] Foo2<
714 // CHECK-ELIDE-TREE: Foo2<
718 // CHECK-NOELIDE-TREE: [(no qualifiers) != const] Foo2<
721 // CHECK-NOELIDE-TREE: Foo2<
725 // CHECK-NOELIDE-TREE: [(no qualifiers) != const] Foo2<
728 // CHECK-NOELIDE-TREE: Foo2<