Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-requires-expr.cpp104 using r6i = r6<int, short>; // expected-error{{constraints not satisfied for class template 'r6' [with Ts = <int, short>]}} typedef
228 using r6i = r6<int>; typedef
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
H A Dcompound-requirement.cpp74 using r6i = r6<E>; // expected-error{{constraints not satisfied for class template 'r6' [with T = E… typedef
H A Dtype-requirement.cpp100 using r6i = r6<int>; // expected-error{{constraints not satisfied for class template 'r6' [with T =… typedef