Home
last modified time | relevance | path

Searched refs:BigTest (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DEndianTest.cpp207 using BigTest = big_t<Test>; in TEST() typedef
209 EXPECT_EQ(Test::ONETWO, *reinterpret_cast<BigTest *>(bytes)); in TEST()
H A DFormatVariadicTest.cpp507 TEST(FormatVariadicTest, BigTest) { in TEST() argument