Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp24 static LLVM_THREAD_LOCAL const CrashRecoveryContextImpl *CurrentContext; variable
42 Next = CurrentContext; in CrashRecoveryContextImpl()
43 CurrentContext = this; in CrashRecoveryContextImpl()
47 CurrentContext = Next; in ~CrashRecoveryContextImpl()
65 CurrentContext = Next; in HandleCrash()
133 const CrashRecoveryContextImpl *CRCI = CurrentContext; in GetCurrent()
203 const CrashRecoveryContextImpl *CRCI = CurrentContext; in ExceptionFilter()
280 const CrashRecoveryContextImpl *CRCI = CurrentContext; in ExceptionHandler()
354 const CrashRecoveryContextImpl *CRCI = CurrentContext; in CrashRecoverySignalHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTrainingLogger.h97 std::string CurrentContext; variable
122 const std::string &currentContext() const { return CurrentContext; } in currentContext()
126 return hasAnyObservationForContext(CurrentContext); in hasObservationInProgress()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTrainingLogger.cpp52 CurrentContext = Name.str(); in switchContext()
59 auto I = ObservationIDs.insert({CurrentContext, 0}); in startObservation()
75 ObservationIDs.find(CurrentContext)->second)); in logRewardImpl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp539 const StackFrameContext *CurrentContext = LCtx->getStackFrame(); in isLive() local
541 if (VarContext == CurrentContext) { in isLive()
575 return VarContext->isParentOf(CurrentContext); in isLive()