Home
last modified time | relevance | path

Searched refs:CurrentContext (Results 1 – 6 of 6) 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()
H A DMustache.cpp651 const json::Object *CurrentContext = ParentContext->getAsObject(); in findContext() local
655 while (!CurrentContext || !CurrentContext->get(CurrentAccessor)) { in findContext()
657 CurrentContext = CurrentParent->ParentContext->getAsObject(); in findContext()
665 const json::Value *CurrentValue = CurrentContext->get(Acc); in findContext()
669 CurrentContext = CurrentValue->getAsObject(); in findContext()
670 if (!CurrentContext) in findContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTrainingLogger.h98 std::string CurrentContext; variable
123 const std::string &currentContext() const { return CurrentContext; } in currentContext()
127 return hasAnyObservationForContext(CurrentContext); in hasObservationInProgress()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTrainingLogger.cpp52 CurrentContext = Name.str(); in writeHeader()
59 auto I = ObservationIDs.insert({CurrentContext, 0}); in switchContext()
75 ObservationIDs.find(CurrentContext)->second)); in logRewardImpl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp416 const StackFrameContext *CurrentContext = LCtx->getStackFrame(); in isLive() local
418 if (VarContext == CurrentContext) { in isLive()
452 return VarContext->isParentOf(CurrentContext); in isLive()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc29490 {"_ZN12_GLOBAL__N_1L14CurrentContextE", "(anonymous namespace)::CurrentContext"},