Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dcoroutines.cpp26 template<typename ...T> struct coroutine_traits; // expected-note {{declared here}}
31 struct std::coroutine_traits<coro<Promise>, Ps...> { struct in std
39 template<typename ...T> struct std::coroutine_traits<int, T...> {}; struct in std
45 template<> struct std::coroutine_traits<double, double> { typedef int promise_type; }; argument
50 template<> struct std::coroutine_traits<double, int> { struct in std
58 template<typename ...T> struct std::coroutine_traits<void, T...> { using promise_type = promise; }; struct in std
186 template<> struct std::coroutine_traits<void, yield_fn_tag> { struct in std
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td8441 "'std::coroutine_traits' must be a class template">;