Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Support/
HDCrashRecoveryContext.cpp25 static ManagedStatic<sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext; variable
38 CurrentContext->set(this); in CrashRecoveryContextImpl()
42 CurrentContext->erase(); in ~CrashRecoveryContextImpl()
52 CurrentContext->erase(); in HandleCrash()
99 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in GetCurrent()
158 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in ExceptionHandler()
240 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in CrashRecoverySignalHandler()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSymbolManager.cpp520 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame(); in isLive() local
522 if (VarContext == CurrentContext) { in isLive()
551 return VarContext->isParentOf(CurrentContext); in isLive()