Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
Dcompound-requirement.cpp160 …template<C2 T> struct C2_check {}; // expected-note{{because 'int' does not satisfy 'C2'}} expecte… struct
161 …using c2c1 = C2_check<int>; // expected-error{{constraints not satisfied for class template 'C2_ch…
162 …using c2c2 = C2_check<T2>; // expected-error{{constraints not satisfied for class template 'C2_che…
Dtype-requirement.cpp186 template<C2 T> struct C2_check {}; struct
192 …using c3 = C2_check<has_inner>; // expected-error{{constraints not satisfied for class template 'C…