Home | History | Annotate | Download | only in Misc

Lines Matching defs:D23

589 template <class T> struct D23{};
590 template <class T> using C23 = D23<T>;
594 void foo23(D23<A23<>> b) {}
596 foo23(D23<D23<char>>());
601 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'D23<D23<char>>' to 'D23<const D23<int>>' for 1st argument
603 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'D23<char>' to 'D23<A23<>>' for 1st argument
605 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'D23<D23<char>>' to 'D23<const D23<int>>' for 1st argument
607 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'D23<char>' to 'D23<A23<>>' for 1st argument
610 // CHECK-ELIDE-TREE: D23<
611 // CHECK-ELIDE-TREE: [(no qualifiers) != const] D23<
615 // CHECK-ELIDE-TREE: D23<
619 // CHECK-NOELIDE-TREE: D23<
620 // CHECK-NOELIDE-TREE: [(no qualifiers) != const] D23<
624 // CHECK-NOELIDE-TREE: D23<