Home
last modified time | relevance | path

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

/third_party/boost/libs/hana/test/pair/
Dassign.copy.cpp13 constexpr auto in_constexpr_context(int a, short b) { in in_constexpr_context() function
35 constexpr auto p = in_constexpr_context(3, 4); in main()
Dassign.move.cpp33 constexpr auto in_constexpr_context(int a, short b) { in in_constexpr_context() function
65 constexpr auto p = in_constexpr_context(3, 4); in main()
/third_party/boost/libs/hana/test/set/
Dcnstr.move.cpp17 constexpr bool in_constexpr_context() { in in_constexpr_context() function
27 static_assert(in_constexpr_context(), "");
/third_party/boost/libs/hana/test/map/
Dcnstr.move.cpp22 constexpr bool in_constexpr_context() { in in_constexpr_context() function
34 static_assert(in_constexpr_context(), "");
Dcnstr.variadic.cpp25 constexpr bool in_constexpr_context() { in in_constexpr_context() function
35 static_assert(in_constexpr_context(), "");