Home | History | Annotate | Download | only in Misc

Lines Matching refs:D23

595 template <class T> struct D23{};
596 template <class T> using C23 = D23<T>;
600 void foo23(D23<A23<>> b) {}
602 foo23(D23<D23<char>>());
607 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'D23<D23<char>>' to 'D23<const D23<int>>' for 1st argument
609 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'D23<char>' to 'D23<A23<>>' for 1st argument
611 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'D23<D23<char>>' to 'D23<const D23<int>>' for 1st argument
613 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'D23<char>' to 'D23<A23<>>' for 1st argument
616 // CHECK-ELIDE-TREE: D23<
617 // CHECK-ELIDE-TREE: [(no qualifiers) != const] D23<
621 // CHECK-ELIDE-TREE: D23<
625 // CHECK-NOELIDE-TREE: D23<
626 // CHECK-NOELIDE-TREE: [(no qualifiers) != const] D23<
630 // CHECK-NOELIDE-TREE: D23<