Searched refs:test_sfinae (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
D | U_V.pass.cpp | 29 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 …]
|
D | const_first_const_second.pass.cpp | 39 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/ |
D | move.pass.cpp | 52 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/ |
D | source.pass.cpp | 83 void test_sfinae() { in test_sfinae() function 121 test_sfinae(); in main()
|
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
D | assign_value.pass.cpp | 61 void test_sfinae() { in test_sfinae() function 248 test_sfinae(); in main()
|
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/ |
D | source.pass.cpp | 181 void test_sfinae() { in test_sfinae() function 241 test_sfinae(); in main()
|
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/ |
D | path.append.pass.cpp | 267 void test_sfinae() in test_sfinae() function 323 test_sfinae(); in main()
|
D | path.concat.pass.cpp | 287 void test_sfinae() { in test_sfinae() function 388 test_sfinae(); in main()
|