| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | InstrumentationRuntime.h | 63 void SetActive(bool IsActive) { m_is_active = IsActive; } in SetActive() argument 87 bool IsActive() const { return m_is_active; } in IsActive() function
|
| H A D | Target.h | 1212 bool IsActive() { return m_active; } in IsActive() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Descriptor.cpp | 57 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 D | Descriptor.h | 32 bool IsMutable, bool IsActive, 178 unsigned IsActive : 1; member
|
| H A D | Pointer.cpp | 180 getInlineDesc()->IsActive = true; in activate()
|
| H A D | Pointer.h | 242 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } in isActive()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCleanup.h | 74 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 | 568 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 D | callout.h | 95 bool IsActive() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | InstrumentationRuntime.cpp | 44 if (IsActive()) in ModulesDidLoad()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1272 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 D | SBCommandInterpreter.i | 167 IsActive ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 131 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 D | SBDebugger.cpp | 124 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 D | BlockFrequencyInfoImpl.h | 1454 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 D | SBCommandInterpreter.h | 226 bool IsActive();
|
| H A D | SBDebugger.h | 31 bool IsActive() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 281 if (IsActive()) in Activate()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 192 if (IsActive()) in Activate()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 250 if (IsActive()) in Activate()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 88 virtual bool IsActive() { return m_active && !m_done; } in IsActive() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 470 bool IsActive();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandler.cpp | 558 while (IsActive()) { in Run()
|
| H A D | IOHandlerCursesGUI.cpp | 743 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 D | InstrumentationRuntimeTSan.cpp | 894 if (IsActive()) in Activate()
|