reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
20 struct CrashRecoveryContextImpl;
23 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext; 30 const CrashRecoveryContextImpl *Next; 99 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; 111 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); 296 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); 350 CrashRecoveryContextImpl *CRCI = new CrashRecoveryContextImpl(this); 350 CrashRecoveryContextImpl *CRCI = new CrashRecoveryContextImpl(this); 365 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; 411 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl)