Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
/llvm-project/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp136 int not_constexpr; variable