| /freebsd-14.2/contrib/llvm-project/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
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Descriptor.cpp | 74 bool IsMutable, bool IsActive, const Descriptor *D) { in ctorArrayDesc() argument 90 Desc->IsActive = IsActive; in ctorArrayDesc() 94 Fn(B, ElemLoc, Desc->IsConst, Desc->IsFieldMutable, IsActive, in ctorArrayDesc() 137 bool IsActive, const Descriptor *D) { in ctorRecord() argument 145 Desc->IsActive = IsActive && !IsUnion; in ctorRecord() 149 Fn(B, Ptr + SubOff, Desc->IsConst, Desc->IsFieldMutable, Desc->IsActive, in ctorRecord()
|
| H A D | Descriptor.h | 34 bool IsMutable, bool IsActive, 71 unsigned IsActive : 1; member
|
| H A D | EvalEmitter.cpp | 70 Desc.IsActive = true; in createLocal()
|
| H A D | InterpFrame.cpp | 43 ID->IsActive = true; in InterpFrame()
|
| H A D | Pointer.h | 323 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } in isActive()
|
| H A D | Pointer.cpp | 219 getInlineDesc()->IsActive = true; in activate()
|
| /freebsd-14.2/contrib/llvm-project/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 | 585 llvm::Value *IsActive in EmitCleanup() local 587 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB); in EmitCleanup() 671 bool IsActive = Scope.isActive(); in PopCleanupBlock() local 697 bool HasFallthrough = (FallthroughSource != nullptr && IsActive); in PopCleanupBlock() 722 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) { in PopCleanupBlock() 834 assert(!IsActive && "source without fallthrough for active cleanup"); in PopCleanupBlock() 883 assert(!BranchThroughDest || !IsActive); in PopCleanupBlock() 979 assert(!IsActive); in PopCleanupBlock() 1050 if (EHActiveFlag.isValid() || IsActive) { in PopCleanupBlock()
|
| /freebsd-14.2/cddl/usr.sbin/zfsd/ |
| H A D | callout.h | 93 bool IsActive() const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | InstrumentationRuntime.cpp | 44 if (IsActive()) in ModulesDidLoad()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/ |
| H A D | InstrumentationRuntimeASanLibsanitizers.cpp | 86 if (IsActive()) in Activate()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 80 if (IsActive()) in Activate()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1282 mutable bool IsActive = false; variable 1292 IsActive(true) { in DiagnosticBuilder() 1305 IsActive = false; in Clear() 1310 bool isActive() const { return IsActive; } in isActive() 1339 IsActive = D.IsActive; in DiagnosticBuilder()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfoImpl.h | 1450 auto IsActive = BitVector(Freq.size(), false); 1455 IsActive[I] = true; 1464 IsActive[I] = false; 1486 IsActive[I] = true; 1488 if (!IsActive[Succ]) { 1490 IsActive[Succ] = true;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 278 bool IsActive();
|
| H A D | SBDebugger.h | 39 bool IsActive() const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 188 if (IsActive()) in Activate()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 139 bool SBCommandInterpreter::IsActive() { in IsActive() function in SBCommandInterpreter 142 return (IsValid() ? m_opaque_ptr->IsActive() : false); in IsActive()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 248 if (IsActive()) in Activate()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 84 bool IsActive() { return m_active && !m_done; } in IsActive() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 541 bool IsActive();
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandler.cpp | 579 while (IsActive()) { in Run()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 2940 bool IsActive = false; member in __anonb8862b370811::OffloadingActionBuilder::CudaActionBuilderBase 2984 IsActive = false; in addDeviceDependences() 2989 IsActive = true; in addDeviceDependences() 3058 IsActive = true; in addDeviceDependences() 3062 return IsActive ? ABRT_Success : ABRT_Inactive; in addDeviceDependences() 3257 if (!IsActive) in getDeviceDependences() 3431 if (!IsActive) in getDeviceDependences()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 893 if (IsActive()) in Activate()
|