OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:class_ints
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Misc/
diag-template-diffing.cpp
317
template<int ...A> class
class_ints
{};
class
318
void set11(
class_ints
<2, 3>) {}
320
set11(
class_ints
<1>());
321
set11(
class_ints
<0, 3, 6>());
324
// CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from '
class_ints
<1, (no argument)>' to '
class_ints
<2, 3>' for 1st argument
326
// CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from '
class_ints
<0, [...], 6>' to '
class_ints
<2, [...], (no argument)>' for 1st argument
328
// CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from '
class_ints
<1, (no argument)>' to '
class_ints
<2, 3>' for 1st argumen
[
all
...]
Completed in 2886 milliseconds