Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp191 std::atomic<int> NonScratch = 0; in TEST_F() local
201 NonScratch += (!IS); in TEST_F()
212 EXPECT_EQ(NonScratch, 1); in TEST_F()