| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | InstrumentationRuntime.h | 64 void SetActive(bool IsActive) { m_is_active = IsActive; } in SetActive() argument 88 bool IsActive() const { return m_is_active; } in IsActive() function
|
| H A D | Target.h | 1151 bool IsActive() { return m_active; } in IsActive() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MIUtilThreadBaseStd.cpp | 52 return m_thread.IsActive(); in ThreadIsActive() 250 bool CMIUtilThread::IsActive() { in IsActive() function in CMIUtilThread
|
| H A D | MIUtilThreadBaseStd.h | 59 bool IsActive(); // Returns true if this thread is running
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCleanup.cpp | 189 bool IsActive = !(Kind & InactiveCleanup); in pushCleanup() local 194 IsActive, in pushCleanup() 572 llvm::Value *IsActive in EmitCleanup() local 574 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB); in EmitCleanup() 658 bool IsActive = Scope.isActive(); in PopCleanupBlock() local 684 bool HasFallthrough = (FallthroughSource != nullptr && IsActive); in PopCleanupBlock() 709 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) { in PopCleanupBlock() 803 assert(!IsActive && "source without fallthrough for active cleanup"); in PopCleanupBlock() 839 assert(!BranchThroughDest || !IsActive); in PopCleanupBlock() 932 assert(!IsActive); in PopCleanupBlock() [all …]
|
| H A D | CGCleanup.h | 75 unsigned IsActive : 1; variable 297 CleanupBits.IsActive = isActive; in EHCleanupScope() 318 bool isActive() const { return CleanupBits.IsActive; } in isActive() 319 void setActive(bool A) { CleanupBits.IsActive = A; } in setActive()
|
| H A D | CGCall.cpp | 3634 llvm::Instruction *IsActive = Builder.CreateUnreachable(); in EmitCallArg() local 3635 args.addArgCleanupDeactivation(EHStack.getInnermostEHScope(), IsActive); in EmitCallArg()
|
| H A D | CGOpenMPRuntimeNVPTX.cpp | 1474 llvm::Value *IsActive = in emitWorkerLoop() local 1476 Bld.CreateCondBr(IsActive, ExecuteBB, BarrierBB); in emitWorkerLoop()
|
| /freebsd-12.1/cddl/usr.sbin/zfsd/ |
| H A D | callout.h | 95 bool IsActive() const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1055 mutable bool IsActive = false; variable 1064 : DiagObj(diagObj), IsActive(true) { in DiagnosticBuilder() 1078 IsActive = false; in Clear() 1083 bool isActive() const { return IsActive; } in isActive() 1115 IsActive = D.IsActive; in DiagnosticBuilder()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | InstrumentationRuntime.cpp | 45 if (IsActive()) in ModulesDidLoad()
|
| H A D | Target.cpp | 2552 if ((*pos).second->IsActive()) { in RunStopHooks() 2594 if (!cur_hook_sp->IsActive()) in RunStopHooks()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 199 bool IsActive();
|
| H A D | SBDebugger.h | 33 bool IsActive() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | ASanRuntime.cpp | 281 if (IsActive()) in Activate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 164 bool SBCommandInterpreter::IsActive() { in IsActive() function in SBCommandInterpreter 165 return (IsValid() ? m_opaque_ptr->IsActive() : false); in IsActive()
|
| H A D | SBDebugger.cpp | 109 bool SBInputReader::IsActive() const { return false; } in IsActive() function in SBInputReader
|
| H A D | SBProcess.cpp | 1332 return runtime_sp->IsActive(); in IsInstrumentationRuntimePresent()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | MainThreadCheckerRuntime.cpp | 187 if (IsActive()) in Activate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.cpp | 252 if (IsActive()) in Activate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 449 bool IsActive();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 83 virtual bool IsActive() { return m_active && !m_done; } in IsActive() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | IOHandler.cpp | 537 while (IsActive()) { in Run() 1083 if (IsActive()) in DrawTitleBox() 1223 } else if (IsActive()) { in GetActiveWindow() 1256 bool IsActive() const { in IsActive() function in curses::Window 2133 window.IsActive(); in Draw() 2929 bool window_is_active = window.IsActive(); in DisplayRows()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Driver.cpp | 2280 bool IsActive = false; member in __anon145f7c900611::OffloadingActionBuilder::CudaActionBuilderBase 2303 IsActive = false; in addDeviceDepences() 2308 IsActive = true; in addDeviceDepences() 2347 return IsActive ? ABRT_Success : ABRT_Inactive; in addDeviceDepences() 2477 if (!IsActive) in getDeviceDependences()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 893 if (IsActive()) in Activate()
|