Searched refs:CurrentContext (Results 1 – 6 of 6) sorted by relevance
24 static LLVM_THREAD_LOCAL const CrashRecoveryContextImpl *CurrentContext; variable42 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()
651 const json::Object *CurrentContext = ParentContext->getAsObject(); in findContext() local655 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()
98 std::string CurrentContext; variable123 const std::string ¤tContext() const { return CurrentContext; } in currentContext()127 return hasAnyObservationForContext(CurrentContext); in hasObservationInProgress()
52 CurrentContext = Name.str(); in writeHeader() 59 auto I = ObservationIDs.insert({CurrentContext, 0}); in switchContext() 75 ObservationIDs.find(CurrentContext)->second)); in logRewardImpl()
416 const StackFrameContext *CurrentContext = LCtx->getStackFrame(); in isLive() local418 if (VarContext == CurrentContext) { in isLive()452 return VarContext->isParentOf(CurrentContext); in isLive()
29490 {"_ZN12_GLOBAL__N_1L14CurrentContextE", "(anonymous namespace)::CurrentContext"},