Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp6.cpp4 template<typename T> constexpr int is_constexpr() { return T::error; } // expected-error {{'::'}} in is_constexpr() function
17 (void)sizeof(is_constexpr<long>()); in test()
30 (void)sizeof(int{is_constexpr<int>()}); // expected-note {{instantiation of}} in test()