Home | History | Annotate | Download | only in Misc

Lines Matching defs:S9

253 template<typename ...T> struct S9 {};
254 template<typename T> using U9 = S9<int, char, T>;
256 int f9(S9<int, char, U9<const double>>);
260 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'S9<[2 * ...], S9<[2 * ...], double>>' to 'S9<[2 * ...], S9<[2 * ...], const double>>' for 1st argument
262 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'S9<int, char, S9<int, char, double>>' to 'S9<int, char, S9<int, char, const double>>' for 1st argument
265 // CHECK-ELIDE-TREE: S9<
267 // CHECK-ELIDE-TREE: S9<
272 // CHECK-NOELIDE-TREE: S9<
275 // CHECK-NOELIDE-TREE: S9<