OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:class_template_templates
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Misc/
diag-template-diffing.cpp
354
template<template<class> class ...A> class
class_template_templates
{};
class
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 argumen
[
all
...]
Completed in 48 milliseconds