Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h62 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 DDescriptor.cpp74 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 DDescriptor.h34 bool IsMutable, bool IsActive,
71 unsigned IsActive : 1; member
H A DEvalEmitter.cpp70 Desc.IsActive = true; in createLocal()
H A DInterpFrame.cpp43 ID->IsActive = true; in InterpFrame()
H A DPointer.h323 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } in isActive()
H A DPointer.cpp219 getInlineDesc()->IsActive = true; in activate()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h73 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.cpp585 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 Dcallout.h93 bool IsActive() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp44 if (IsActive()) in ModulesDidLoad()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp86 if (IsActive()) in Activate()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp80 if (IsActive()) in Activate()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1282 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 DBlockFrequencyInfoImpl.h1450 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 DSBCommandInterpreter.h278 bool IsActive();
H A DSBDebugger.h39 bool IsActive() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp188 if (IsActive()) in Activate()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp139 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 DInstrumentationRuntimeUBSan.cpp248 if (IsActive()) in Activate()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h84 bool IsActive() { return m_active && !m_done; } in IsActive() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h541 bool IsActive();
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp579 while (IsActive()) { in Run()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2940 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 DInstrumentationRuntimeTSan.cpp893 if (IsActive()) in Activate()

12