Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DPCHPreambleTest.cpp213 GetFileReadCount(MainName), in TEST_F()
214 GetFileReadCount(Header1), in TEST_F()
215 GetFileReadCount(Header2) in TEST_F()
220 ASSERT_NE(initialCounts[0], GetFileReadCount(MainName)); in TEST_F()
221 ASSERT_EQ(initialCounts[1], GetFileReadCount(Header1)); in TEST_F()
222 ASSERT_EQ(initialCounts[2], GetFileReadCount(Header2)); in TEST_F()
238 unsigned HeaderReadCount = GetFileReadCount(Header); in TEST_F()
244 ASSERT_EQ(HeaderReadCount, GetFileReadCount(Header)); in TEST_F()
254 ASSERT_LE(HeaderReadCount, GetFileReadCount(Header)); in TEST_F()
255 HeaderReadCount = GetFileReadCount(Header); in TEST_F()
[all …]