Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.req/
H A Dcompound-requirement.cpp176 …template<C2 T> struct C2_check {}; // expected-note{{because 'int' does not satisfy 'C2'}} expecte… struct
177 …using c2c1 = C2_check<int>; // expected-error{{constraints not satisfied for class template 'C2_ch…
178 …using c2c2 = C2_check<T2>; // expected-error{{constraints not satisfied for class template 'C2_che…
H A 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…