Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp27 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext; variable
45 Next = CurrentContext->get(); in CrashRecoveryContextImpl()
46 CurrentContext->set(this); in CrashRecoveryContextImpl()
50 CurrentContext->set(Next); in ~CrashRecoveryContextImpl()
68 CurrentContext->set(Next); in HandleCrash()
132 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in GetCurrent()
202 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in ExceptionFilter()
279 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in ExceptionHandler()
353 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in CrashRecoverySignalHandler()
/freebsd-13.1/contrib/llvm-project/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()