Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dconsteval-return-void.cpp5 template <typename T> consteval int FunT1() { return; } // expected-error {{non-void consteval func… in FunT1() function
Dconstant-expression-cxx11.cpp2193 …template <typename T> constexpr int FunT1() { return; } // expected-error {{non-void constexpr fun… in FunT1() function