Home
last modified time | relevance | path

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

/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
Dp7.cpp3 template <typename T> concept bool FCEI() { return true; } // expected-note {{previous declaration … in FCEI() function
4 template bool FCEI<int>(); // expected-error {{function concept cannot be explicitly instantiated}}
5 extern template bool FCEI<double>(); // expected-error {{function concept cannot be explicitly inst…
Dp1.cpp55 template <typename T> concept bool FCEI() { return true; } in FCEI() function
56 template concept bool FCEI<int>(); // expected-error {{'concept' cannot be applied on an explicit i…
57 extern template concept bool FCEI<int>(); // expected-error {{'concept' cannot be applied on an exp…