Searched refs:FunT2 (Results 1 – 2 of 2) sorted by relevance
6 template <typename T> consteval int FunT2() { return 0; } in FunT2() function7 template <> consteval int FunT2<double>() { return 0; } in FunT2() function8 template <> consteval int FunT2<int>() { return; } // expected-error {{non-void consteval function … in FunT2() function
2194 template <typename T> constexpr int FunT2() { return 0; } in FunT2() function2195 template <> constexpr int FunT2<double>() { return 0; } in FunT2() function2196 …template <> constexpr int FunT2<int>() { return; } // expected-error {{non-void constexpr function… in FunT2() function