Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCrashRecoveryTest.cpp51 struct IncrementGlobalCleanup : CrashRecoveryContextCleanup { struct
52 IncrementGlobalCleanup(CrashRecoveryContext *CRC) in IncrementGlobalCleanup() function
64 CRC.registerCleanup(new IncrementGlobalCleanup(&CRC)); in TEST() argument
72 CRC.registerCleanup(new IncrementGlobalCleanup(&CRC)); in TEST()