Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp85 bool IsMutable, bool IsActive, const Descriptor *D) { in ctorArrayDesc() argument
101 Desc->IsActive = IsActive; in ctorArrayDesc()
105 Fn(B, ElemLoc, Desc->IsConst, Desc->IsFieldMutable, IsActive, in ctorArrayDesc()
148 bool IsActive, bool IsUnion, const Descriptor *D, in initField() argument
155 Desc->IsActive = IsActive && !IsUnion; in initField()
161 Desc->IsActive, D); in initField()
165 bool IsActive, const Descriptor *D, unsigned FieldOffset, in initBase() argument
177 Desc->IsActive = IsActive && !IsUnion; in initBase()
182 initBase(B, Ptr + FieldOffset, IsConst, IsMutable, IsActive, V.Desc, in initBase()
185 initField(B, Ptr + FieldOffset, IsConst, IsMutable, IsActive, IsUnion, in initBase()
[all …]
H A DDescriptor.h35 bool IsMutable, bool IsActive,
90 unsigned IsActive : 1;
99 IsBase(false), IsActive(false), IsFieldMutable(false), Desc(D) {} in InlineDescriptor()
H A DDynamicAllocator.cpp74 ID->IsActive = true; in allocate()
H A DEvalEmitter.cpp95 Desc.IsActive = true; in createLocal()
H A DDisasm.cpp252 OS << "IsActive: " << IsActive << "\n"; in dump()
H A DPointer.h486 return isRoot() || getInlineDesc()->IsActive; in isActive()
H A DPointer.cpp357 getInlineDesc()->IsActive = true; in activate()
/freebsd/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/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp44 if (IsActive()) in ModulesDidLoad()
63 if (!IsActive()) in ModulesDidLoad()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp558 llvm::Value *IsActive in EmitCleanup() local
560 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB); in EmitCleanup()
651 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
678 FallthroughSource != nullptr && (IsActive || HasExistingBranches); in PopCleanupBlock()
707 assert(!IsActive); in PopCleanupBlock()
830 assert(!IsActive && "source without fallthrough for active cleanup"); in PopCleanupBlock()
879 assert(!BranchThroughDest || !IsActive); in PopCleanupBlock()
975 assert(!IsActive); in PopCleanupBlock()
1048 if (EHActiveFlag.isValid() || IsActive) { in PopCleanupBlock()
H A DCGCleanup.h84 unsigned IsActive : 1;
353 CleanupBits.IsActive = true;
381 bool isActive() const { return CleanupBits.IsActive; }
382 void setActive(bool A) { CleanupBits.IsActive = A; }
/freebsd/cddl/usr.sbin/zfsd/
H A Dcallout.h93 bool IsActive() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp32 unsigned IsActive : 1; member
37 : Version(Version), IsActive(Active == IsActive_t::Active), in VersionedInfoMetadata()
55 if (!Metadata.IsActive) in applyNullability()
146 if (Metadata.IsActive) { in handleAPINotedAttribute()
367 if (Metadata.IsActive && !Info.getType().empty() && in ProcessAPINotes()
497 if (Metadata.IsActive && !Info.ResultType.empty() && in ProcessAPINotes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp86 if (IsActive()) in Activate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1447 auto IsActive = BitVector(Freq.size(), false);
1452 IsActive[I] = true;
1461 IsActive[I] = false;
1483 IsActive[I] = true;
1485 if (!IsActive[Succ]) {
1487 IsActive[Succ] = true;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h277 bool IsActive();
H A DSBDebugger.h39 bool IsActive() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp80 if (IsActive())
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp188 if (IsActive()) in Activate()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp140 bool SBCommandInterpreter::IsActive() { in IsActive() function in SBCommandInterpreter
143 return (IsValid() ? m_opaque_ptr->IsActive() : false); in IsActive()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp248 if (IsActive()) in Activate()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h84 bool IsActive() { return m_active && !m_done; } in IsActive() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp579 while (IsActive()) { in Run()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h555 bool IsActive();
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp895 if (IsActive()) in Activate()

12