reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
145 class CrashRecoveryContextCleanupBase : public CrashRecoveryContextCleanup {
unittests/Support/CrashRecoveryTest.cpp 36 struct IncrementGlobalCleanup : CrashRecoveryContextCleanup {
15 class CrashRecoveryContextCleanup;
48 CrashRecoveryContextCleanup *head; 57 void registerCleanup(CrashRecoveryContextCleanup *cleanup); 59 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup); 130 CrashRecoveryContextCleanup *prev, *next; 145 class CrashRecoveryContextCleanupBase : public CrashRecoveryContextCleanup { 238 CrashRecoveryContextCleanup *cleanup;lib/Support/CrashRecoveryContext.cpp
87 CrashRecoveryContextCleanup *i = head; 91 CrashRecoveryContextCleanup *tmp = i; 135 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) 146 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) {unittests/Support/CrashRecoveryTest.cpp
36 struct IncrementGlobalCleanup : CrashRecoveryContextCleanup {