Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp233 int ExitedSectionCount = 0; in TEST_F() member in TEST_F::TestProfileWriter
247 EXPECT_EQ(ExitedSectionCount, 0); in TEST_F()
268 ++ExitedSectionCount; in TEST_F()
299 EXPECT_EQ(W2.ExitedSectionCount, 1); in TEST_F()