Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp24 constexpr int constexpr_function() { return 0; } in constexpr_function() function
44 template<typename T> constexpr int constexpr_function() { return 0; } in constexpr_function() function