Home
last modified time | relevance | path

Searched refs:C1_check (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
Dcompound-requirement.cpp140 template<C1 T> struct C1_check {}; struct
141 using c1c1 = C1_check<int>;
142 using c1c2 = C1_check<int[10]>;
Dtype-requirement.cpp183 template<C1 T> struct C1_check {}; struct
190 …using c1 = C1_check<int>; // expected-error{{constraints not satisfied for class template 'C1_chec…
191 …using c2 = C1_check<has_type>; // expected-error{{constraints not satisfied for class template 'C1…