Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp232 int EnteredSectionCount = 0; in TEST_F() member in TEST_F::TestProfileWriter
246 EXPECT_EQ(EnteredSectionCount, 1); in TEST_F()
265 void startContextSection() override { ++EnteredSectionCount; } in TEST_F()
267 EXPECT_EQ(EnteredSectionCount, 1); in TEST_F()
298 EXPECT_EQ(W2.EnteredSectionCount, 1); in TEST_F()