Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dattr-likelihood.cpp158 constexpr int constexpr_function() { in constexpr_function() function
/llvm-project/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp28 constexpr int constexpr_function() { return 0; } in constexpr_function() function
48 template<typename T> constexpr int constexpr_function() { return 0; } in constexpr_function() function