Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-requires-expr.cpp42 using r2i1 = r2<short, unsigned short>; // expected-error {{constraints not satisfied for class template 'r2' [with Ts = <short, unsigned short>]}} typedef
79 using r2i1 = r2<contains_template<int>>; // expected-error{{constraints not satisfied for class template 'r2' [with T = type_requirement::contains_template<int>]}} typedef
145 using r2i1 = r2<int>; // expected-error{{constraints not satisfied for class template 'r2' [with T = int]}} typedef
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
H A Dsimple-requirement.cpp35 using r2i1 = r2<int>; // expected-error{{constraints not satisfied for class template 'r2' [with T … typedef
H A Dcompound-requirement.cpp33 using r2i1 = r2<int>; // expected-error{{constraints not satisfied for class template 'r2' [with T … typedef
H A Dtype-requirement.cpp73 using r2i1 = r2<int>; typedef