Home
last modified time | relevance | path

Searched refs:IsActive (Results 1 – 25 of 32) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h62 void SetActive(bool IsActive) { m_is_active = IsActive; } in SetActive() argument
86 bool IsActive() const { return m_is_active; } in IsActive() function
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.cpp63 bool IsActive, Descriptor *D) { in ctorArrayDesc() argument
79 Desc->IsActive = IsActive; in ctorArrayDesc()
83 Fn(B, ElemLoc, Desc->IsConst, Desc->IsFieldMutable, IsActive, in ctorArrayDesc()
125 bool IsActive, Descriptor *D) { in ctorRecord() argument
133 Desc->IsActive = IsActive && !IsUnion; in ctorRecord()
137 Fn(B, Ptr + SubOff, Desc->IsConst, Desc->IsFieldMutable, Desc->IsActive, in ctorRecord()
H A DDescriptor.h32 bool IsMutable, bool IsActive,
71 unsigned IsActive : 1; member
H A DPointer.cpp196 getInlineDesc()->IsActive = true; in activate()
H A DPointer.h269 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } in isActive()
H A DInterpFrame.cpp42 ID->IsActive = true; in InterpFrame()
H A DEvalEmitter.cpp62 Desc.IsActive = true; in createLocal()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.h73 unsigned IsActive : 1; variable
296 CleanupBits.IsActive = true; in EHCleanupScope()
317 bool isActive() const { return CleanupBits.IsActive; } in isActive()
318 void setActive(bool A) { CleanupBits.IsActive = A; } in setActive()
H A DCGCleanup.cpp580 llvm::Value *IsActive in EmitCleanup() local
582 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB); in EmitCleanup()
666 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
692 bool HasFallthrough = (FallthroughSource != nullptr && IsActive); in PopCleanupBlock()
717 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) { in PopCleanupBlock()
829 assert(!IsActive && "source without fallthrough for active cleanup"); in PopCleanupBlock()
873 assert(!BranchThroughDest || !IsActive); in PopCleanupBlock()
969 assert(!IsActive); in PopCleanupBlock()
1038 if (EHActiveFlag.isValid() || IsActive) { in PopCleanupBlock()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DInstrumentationRuntime.cpp44 if (IsActive()) in ModulesDidLoad()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreter.i170 IsActive ();
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1277 mutable bool IsActive = false; variable
1287 IsActive(true) { in DiagnosticBuilder()
1300 IsActive = false; in Clear()
1305 bool isActive() const { return IsActive; } in isActive()
1334 IsActive = D.IsActive; in DiagnosticBuilder()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1454 auto IsActive = BitVector(Freq.size(), false);
1459 IsActive[I] = true;
1468 IsActive[I] = false;
1490 IsActive[I] = true;
1492 if (!IsActive[Succ]) {
1494 IsActive[Succ] = true;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h230 bool IsActive();
H A DSBDebugger.h31 bool IsActive() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp279 if (IsActive()) in Activate()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp128 bool SBCommandInterpreter::IsActive() { in IsActive() function in SBCommandInterpreter
131 return (IsValid() ? m_opaque_ptr->IsActive() : false); in IsActive()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp187 if (IsActive()) in Activate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp248 if (IsActive()) in Activate()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h85 bool IsActive() { return m_active && !m_done; } in IsActive() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h539 bool IsActive();
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp555 while (IsActive()) { in Run()
H A DIOHandlerCursesGUI.cpp757 if (IsActive()) in DrawTitleBox()
884 } else if (IsActive()) { in GetActiveWindow()
915 bool IsActive() const { in IsActive() function in curses::Window
2671 DrawSubmitHint(window, window.IsActive()); in WindowDelegateDraw()
4726 window.IsActive(); in Draw()
5805 bool window_is_active = window.IsActive(); in DisplayRows()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp2873 bool IsActive = false; member in __anon9720d3580811::OffloadingActionBuilder::CudaActionBuilderBase
2912 IsActive = false; in addDeviceDependences()
2917 IsActive = true; in addDeviceDependences()
2986 IsActive = true; in addDeviceDependences()
2990 return IsActive ? ABRT_Success : ABRT_Inactive; in addDeviceDependences()
3189 if (!IsActive) in getDeviceDependences()
3339 if (!IsActive) in getDeviceDependences()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp895 if (IsActive()) in Activate()

12