Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dconsteval-return-void.cpp6 template <typename T> consteval int FunT2() { return 0; } in FunT2() function
7 template <> consteval int FunT2<double>() { return 0; } in FunT2() function
8 template <> consteval int FunT2<int>() { return; } // expected-error {{non-void consteval function … in FunT2() function
Dconstant-expression-cxx11.cpp2194 template <typename T> constexpr int FunT2() { return 0; } in FunT2() function
2195 template <> constexpr int FunT2<double>() { return 0; } in FunT2() function
2196 …template <> constexpr int FunT2<int>() { return; } // expected-error {{non-void constexpr function… in FunT2() function