Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dexplicit-instantiation.cpp25 constexpr int constexpr_function() { return 0; } in constexpr_function() function
45 template<typename T> constexpr int constexpr_function() { return 0; } in constexpr_function() function
/external/llvm-project/clang/test/CodeGenCXX/
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