Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
Dsimple-requirement.cpp96 …template<C T> struct C_check {}; // expected-note{{because 'void' does not satisfy 'C'}} expected-… struct
97 …using c1c1 = C_check<void>; // expected-error{{constraints not satisfied for class template 'C_che…
98 …using c1c2 = C_check<int *>; // expected-error{{constraints not satisfied for class template 'C_ch…