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.cpp148 std::atomic<int> NonScratch = 0; in TEST_F() local
158 NonScratch += (!IS); in TEST_F()
169 EXPECT_EQ(NonScratch, 1); in TEST_F()