Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCrashRecoveryTest.cpp38 static void incrementGlobal() { ++GlobalInt; } in incrementGlobal() function
45 EXPECT_TRUE(CrashRecoveryContext().RunSafely(incrementGlobal)); in TEST()