| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | InstrumentationRuntime.h | 62 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 D | Descriptor.cpp | 63 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 D | Descriptor.h | 32 bool IsMutable, bool IsActive, 71 unsigned IsActive : 1; member
|
| H A D | Pointer.cpp | 196 getInlineDesc()->IsActive = true; in activate()
|
| H A D | Pointer.h | 269 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } in isActive()
|
| H A D | InterpFrame.cpp | 42 ID->IsActive = true; in InterpFrame()
|
| H A D | EvalEmitter.cpp | 62 Desc.IsActive = true; in createLocal()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCleanup.h | 73 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 D | CGCleanup.cpp | 580 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 D | InstrumentationRuntime.cpp | 44 if (IsActive()) in ModulesDidLoad()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBCommandInterpreter.i | 170 IsActive ();
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1277 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 D | BlockFrequencyInfoImpl.h | 1454 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 D | SBCommandInterpreter.h | 230 bool IsActive();
|
| H A D | SBDebugger.h | 31 bool IsActive() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 279 if (IsActive()) in Activate()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 128 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 D | InstrumentationRuntimeMainThreadChecker.cpp | 187 if (IsActive()) in Activate()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 248 if (IsActive()) in Activate()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 85 bool IsActive() { return m_active && !m_done; } in IsActive() function
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 539 bool IsActive();
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | IOHandler.cpp | 555 while (IsActive()) { in Run()
|
| H A D | IOHandlerCursesGUI.cpp | 757 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 D | Driver.cpp | 2873 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 D | InstrumentationRuntimeTSan.cpp | 895 if (IsActive()) in Activate()
|