Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h63 void SetActive(bool IsActive) { m_is_active = IsActive; } in SetActive() argument
87 bool IsActive() const { return m_is_active; } in IsActive() function
H A DTarget.h1212 bool IsActive() { return m_active; } in IsActive() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp57 bool IsActive, Descriptor *D) { in ctorArrayDesc() argument
73 Desc->IsActive = IsActive; in ctorArrayDesc()
77 Fn(B, ElemLoc, Desc->IsConst, Desc->IsMutable, IsActive, D->ElemDesc); in ctorArrayDesc()
118 bool IsActive, Descriptor *D) { in ctorRecord() argument
126 Desc->IsActive = IsActive && !IsUnion; in ctorRecord()
130 Fn(B, Ptr + SubOff, Desc->IsConst, Desc->IsMutable, Desc->IsActive, F); in ctorRecord()
H A DDescriptor.h32 bool IsMutable, bool IsActive,
178 unsigned IsActive : 1; member
H A DPointer.cpp180 getInlineDesc()->IsActive = true; in activate()
H A DPointer.h242 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } in isActive()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h74 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.cpp568 llvm::Value *IsActive in EmitCleanup() local
570 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB); in EmitCleanup()
654 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
680 bool HasFallthrough = (FallthroughSource != nullptr && IsActive); in PopCleanupBlock()
705 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) { in PopCleanupBlock()
817 assert(!IsActive && "source without fallthrough for active cleanup"); in PopCleanupBlock()
861 assert(!BranchThroughDest || !IsActive); in PopCleanupBlock()
957 assert(!IsActive); in PopCleanupBlock()
1027 if (EHActiveFlag.isValid() || IsActive) { in PopCleanupBlock()
/freebsd-13.1/cddl/usr.sbin/zfsd/
H A Dcallout.h95 bool IsActive() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp44 if (IsActive()) in ModulesDidLoad()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1272 mutable bool IsActive = false; variable
1282 IsActive(true) { in DiagnosticBuilder()
1295 IsActive = false; in Clear()
1300 bool isActive() const { return IsActive; } in isActive()
1329 IsActive = D.IsActive; in DiagnosticBuilder()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i167 IsActive ();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp131 bool SBCommandInterpreter::IsActive() { in IsActive() function in SBCommandInterpreter
132 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, IsActive); in IsActive()
134 return (IsValid() ? m_opaque_ptr->IsActive() : false); in IsActive()
769 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, IsActive, ()); in RegisterMethods()
H A DSBDebugger.cpp124 bool SBInputReader::IsActive() const { in IsActive() function in SBInputReader
125 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBInputReader, IsActive); in IsActive()
1694 LLDB_REGISTER_METHOD_CONST(bool, SBInputReader, IsActive, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1454 auto IsActive = std::vector<bool>(Freq.size(), false);
1459 IsActive[I] = true;
1468 IsActive[I] = false;
1490 IsActive[I] = true;
1492 if (!IsActive[Succ]) {
1494 IsActive[Succ] = true;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h226 bool IsActive();
H A DSBDebugger.h31 bool IsActive() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp281 if (IsActive()) in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp192 if (IsActive()) in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp250 if (IsActive()) in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h88 virtual bool IsActive() { return m_active && !m_done; } in IsActive() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h470 bool IsActive();
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp558 while (IsActive()) { in Run()
H A DIOHandlerCursesGUI.cpp743 if (IsActive()) in DrawTitleBox()
870 } else if (IsActive()) { in GetActiveWindow()
901 bool IsActive() const { in IsActive() function in curses::Window
3511 window.IsActive(); in Draw()
4338 bool window_is_active = window.IsActive(); in DisplayRows()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp894 if (IsActive()) in Activate()

12