Home
last modified time | relevance | path

Searched defs:TestSize (Results 1 – 3 of 3) sorted by relevance

/src/contrib/googletest/googlemock/test/ !
H A Dgmock-matchers-arithmetic_test.cc1228 void TestSize() { EXPECT_EQ(sizeof(RawType), sizeof(Bits)); } in TestSize() function in testing::gmock_matchers_test::__anoncbcfa7060111::FloatingPointTest
/src/contrib/googletest/googletest/test/ !
H A Dgtest_unittest.cc2809 void TestSize() { EXPECT_EQ(sizeof(RawType), sizeof(Bits)); } in TestSize() function in __anon0e0fc5b70111::FloatingPointTest
/src/contrib/llvm-project/llvm/lib/Target/X86/ !
H A DX86ISelLowering.cpp22351 unsigned TestSize = UseKORTEST ? 512 : (Subtarget.hasAVX() ? 256 : 128); in LowerVectorAllEqual() local