Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
DU_V.pass.cpp29 void test_sfinae() { in test_sfinae() function
60 test_sfinae<AllCtors, AllCtors&>(); in main()
61 test_sfinae<AllCtors, AllCtors&&>(); in main()
62 test_sfinae<ExplicitTypes::AllCtors, ExplicitTypes::AllCtors&, true, false>(); in main()
63 test_sfinae<ExplicitTypes::AllCtors, ExplicitTypes::AllCtors&&, true, false>(); in main()
64 test_sfinae<CopyOnly, CopyOnly&>(); in main()
65 test_sfinae<CopyOnly, CopyOnly&&>(); in main()
66 test_sfinae<ExplicitTypes::CopyOnly, ExplicitTypes::CopyOnly&, true, false>(); in main()
67 test_sfinae<ExplicitTypes::CopyOnly, ExplicitTypes::CopyOnly&&, true, false>(); in main()
68 test_sfinae<MoveOnly, MoveOnly&, false>(); in main()
[all …]
Dconst_first_const_second.pass.cpp39 void test_sfinae() { in test_sfinae() function
65 test_sfinae<AllCtors>(); in main()
66 test_sfinae<ExplicitTypes::AllCtors, true, false>(); in main()
67 test_sfinae<CopyOnly>(); in main()
68 test_sfinae<ExplicitTypes::CopyOnly, true, false>(); in main()
69 test_sfinae<MoveOnly, false>(); in main()
70 test_sfinae<ExplicitTypes::MoveOnly, false>(); in main()
71 test_sfinae<NonCopyable, false>(); in main()
72 test_sfinae<ExplicitTypes::NonCopyable, false>(); in main()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dmove.pass.cpp52 void test_sfinae() { in test_sfinae() function
122 test_sfinae<move_only_ebo>(); in main()
123 test_sfinae<move_only_large>(); in main()
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/
Dsource.pass.cpp83 void test_sfinae() { in test_sfinae() function
121 test_sfinae(); in main()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dassign_value.pass.cpp61 void test_sfinae() { in test_sfinae() function
248 test_sfinae(); in main()
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/
Dsource.pass.cpp181 void test_sfinae() { in test_sfinae() function
241 test_sfinae(); in main()
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/
Dpath.append.pass.cpp267 void test_sfinae() in test_sfinae() function
323 test_sfinae(); in main()
Dpath.concat.pass.cpp287 void test_sfinae() { in test_sfinae() function
388 test_sfinae(); in main()