Lines Matching refs:tt1

355 template<class> class tt1 {};
357 void set12(class_template_templates<tt1, tt1>) {}
360 set12(class_template_templates<tt1, tt1, tt1>());
363 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<template tt2, template (no argument)>' to 'class_template_templates<template tt1, template tt1>' for 1st argument
365 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<[2 * ...], template tt1>' to 'class_template_templates<[2 * ...], template (no argument)>' for 1st argument
367 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<template tt2, template (no argument)>' to 'class_template_templates<template tt1, template tt1>' for 1st argument
369 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<template tt1, template tt1, template tt1>' to 'class_template_templates<template tt1, template tt1, template (no argument)>' for 1st argument
373 // CHECK-ELIDE-TREE: [template tt2 != template tt1],
374 // CHECK-ELIDE-TREE: [template (no argument) != template tt1]>
379 // CHECK-ELIDE-TREE: [template tt1 != template (no argument)]>
383 // CHECK-NOELIDE-TREE: [template tt2 != template tt1],
384 // CHECK-NOELIDE-TREE: [template (no argument) != template tt1]>
388 // CHECK-NOELIDE-TREE: template tt1,
389 // CHECK-NOELIDE-TREE: template tt1,
390 // CHECK-NOELIDE-TREE: [template tt1 != template (no argument)]>