Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-requires-expr.cpp43 using r2i2 = r2<short>; // expected-error {{constraints not satisfied for class template 'r2' [with Ts = <short>]}} typedef
80 using r2i2 = r2<contains_template<short>>; // expected-error{{constraints not satisfied for class template 'r2' [with T = type_requirement::contains_template<short>]}} typedef
146 using r2i2 = r2<double>; // expected-error{{constraints not satisfied for class template 'r2' [with T = double]}} typedef
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
H A Dsimple-requirement.cpp36 using r2i2 = r2<A>; // expected-error{{constraints not satisfied for class template 'r2' [with T = … typedef
H A Dcompound-requirement.cpp34 using r2i2 = r2<A>; // expected-error{{constraints not satisfied for class template 'r2' [with T = … typedef
H A Dtype-requirement.cpp74 using r2i2 = r2<void>; typedef