Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCrashRecoveryContext.cpp24 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext; variable
42 Next = CurrentContext->get(); in CrashRecoveryContextImpl()
43 CurrentContext->set(this); in CrashRecoveryContextImpl()
47 CurrentContext->set(Next); in ~CrashRecoveryContextImpl()
61 CurrentContext->set(Next); in HandleCrash()
112 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in GetCurrent()
228 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in ExceptionHandler()
297 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in CrashRecoverySignalHandler()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp535 const StackFrameContext *CurrentContext = LCtx->getStackFrame(); in isLive() local
537 if (VarContext == CurrentContext) { in isLive()
566 return VarContext->isParentOf(CurrentContext); in isLive()