Home
last modified time | relevance | path

Searched defs:r5i (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-requires-expr.cpp99 using r5i = r5<identity<short>, identity<int>, short>; // expected-error{{constraints not satisfied for class template 'r5' [with Ts = <identity<short>, identity<int>, short>]}} typedef
221 using r5i = r5<int, short>; // expected-error{{constraints not satisfied for class template 'r5' [with Ts = <int, short>]}} typedef