Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dconsteval-return-void.cpp5 template <typename T> consteval int FunT1() { return; } // expected-error {{non-void consteval func… in FunT1() function
H A Dconstant-expression-cxx11.cpp2233 template <typename T> constexpr int FunT1() { return; } // expected-error {{non-void constexpr function 'FunT1' should return a value}} FunT1() function