Home | History | Annotate | Download | only in Misc

Lines Matching full:class_template_templates

354 template<template<class> class ...A> class class_template_templates {};
357 void set12(class_template_templates<tt1, tt1>) {}
359 set12(class_template_templates<tt2>());
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
372 // CHECK-ELIDE-TREE: class_template_templates<
377 // CHECK-ELIDE-TREE: class_template_templates<
382 // CHECK-NOELIDE-TREE: class_template_templates<
387 // CHECK-NOELIDE-TREE: class_template_templates<