Home
last modified time | relevance | path

Searched refs:TestT (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/utilities/optional/optional.specalg/
H A Dmake_optional_explicit_initializer_list.pass.cpp22 struct TestT { struct
26 constexpr TestT(std::initializer_list<int> il) in TestT() argument
28 constexpr TestT(std::initializer_list<int> il, int *p) in TestT() argument
35 auto opt = std::make_optional<TestT>({42, 2, 3}); in test()
36 ASSERT_SAME_TYPE(decltype(opt), std::optional<TestT>); in test()
43 auto opt = std::make_optional<TestT>({42, 2, 3}, &i); in test()
44 ASSERT_SAME_TYPE(decltype(opt), std::optional<TestT>); in test()
/llvm-project/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
H A Dis_pathable.pass.cpp69 template <class TestT>
71 static_assert(__is_pathable<TestT>::value, ""); in AssertPathable()
72 static_assert(CheckPassSource<TestT>::value, "cannot pass as Source const&"); in AssertPathable()
73 ASSERT_SAME_TYPE(CharT, typename __is_pathable<TestT>::__char_type); in AssertPathable()
76 template <class TestT>
78 static_assert(!__is_pathable<TestT>::value, ""); in AssertNotPathable()
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h2286 using TestT = typename std::remove_pointer<decltype(factory())>::type; in GTEST_DISABLE_MSC_WARNINGS_POP_() local
2299 internal::CodeLocation(file, line), internal::GetTypeId<TestT>(), in GTEST_DISABLE_MSC_WARNINGS_POP_()
2300 internal::SuiteApiResolver<TestT>::GetSetUpCaseOrSuite(file, line), in GTEST_DISABLE_MSC_WARNINGS_POP_()
2301 internal::SuiteApiResolver<TestT>::GetTearDownCaseOrSuite(file, line), in GTEST_DISABLE_MSC_WARNINGS_POP_()