Home
last modified time | relevance | path

Searched refs:test_emplace_exists_imp (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
Demplace_type_init_list_args.pass.cpp47 constexpr auto test_emplace_exists_imp(int) -> decltype( in test_emplace_exists_imp() function
53 constexpr auto test_emplace_exists_imp(long) -> bool { in test_emplace_exists_imp() function
58 return test_emplace_exists_imp<Args...>(0); in emplace_exists()
Demplace_index_init_list_args.pass.cpp47 constexpr auto test_emplace_exists_imp(int) -> decltype( in test_emplace_exists_imp() function
53 constexpr auto test_emplace_exists_imp(long) -> bool { in test_emplace_exists_imp() function
58 return test_emplace_exists_imp<Var, I, Args...>(0); in emplace_exists()
Demplace_type_args.pass.cpp35 constexpr auto test_emplace_exists_imp(int) -> decltype( in test_emplace_exists_imp() function
41 constexpr auto test_emplace_exists_imp(long) -> bool { in test_emplace_exists_imp() function
46 return test_emplace_exists_imp<Args...>(0); in emplace_exists()
Demplace_index_args.pass.cpp36 constexpr auto test_emplace_exists_imp(int) -> decltype( in test_emplace_exists_imp() function
42 constexpr auto test_emplace_exists_imp(long) -> bool { in test_emplace_exists_imp() function
47 return test_emplace_exists_imp<Var, I, Args...>(0); in emplace_exists()
/external/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
Demplace_type_init_list_args.pass.cpp50 constexpr auto test_emplace_exists_imp(int) -> decltype( in test_emplace_exists_imp() function
56 constexpr auto test_emplace_exists_imp(long) -> bool { in test_emplace_exists_imp() function
61 return test_emplace_exists_imp<Args...>(0); in emplace_exists()
Demplace_index_init_list_args.pass.cpp50 constexpr auto test_emplace_exists_imp(int) -> decltype( in test_emplace_exists_imp() function
56 constexpr auto test_emplace_exists_imp(long) -> bool { in test_emplace_exists_imp() function
61 return test_emplace_exists_imp<Var, I, Args...>(0); in emplace_exists()
Demplace_index_args.pass.cpp39 constexpr auto test_emplace_exists_imp(int) -> decltype( in test_emplace_exists_imp() function
45 constexpr auto test_emplace_exists_imp(long) -> bool { in test_emplace_exists_imp() function
50 return test_emplace_exists_imp<Var, I, Args...>(0); in emplace_exists()
Demplace_type_args.pass.cpp38 constexpr auto test_emplace_exists_imp(int) -> decltype( in test_emplace_exists_imp() function
44 constexpr auto test_emplace_exists_imp(long) -> bool { in test_emplace_exists_imp() function
49 return test_emplace_exists_imp<Args...>(0); in emplace_exists()