Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp26 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext; variable
44 Next = CurrentContext->get(); in CrashRecoveryContextImpl()
45 CurrentContext->set(this); in CrashRecoveryContextImpl()
49 CurrentContext->set(Next); in ~CrashRecoveryContextImpl()
67 CurrentContext->set(Next); in HandleCrash()
131 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in GetCurrent()
201 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in ExceptionFilter()
278 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in ExceptionHandler()
352 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in CrashRecoverySignalHandler()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp520 const StackFrameContext *CurrentContext = LCtx->getStackFrame(); in isLive() local
522 if (VarContext == CurrentContext) { in isLive()
556 return VarContext->isParentOf(CurrentContext); in isLive()