/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 85 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 D | Descriptor.h | 35 bool IsMutable, bool IsActive, 90 unsigned IsActive : 1; 99 IsBase(false), IsActive(false), IsFieldMutable(false), Desc(D) {} in InlineDescriptor()
|
H A D | DynamicAllocator.cpp | 74 ID->IsActive = true; in allocate()
|
H A D | EvalEmitter.cpp | 95 Desc.IsActive = true; in createLocal()
|
H A D | Disasm.cpp | 252 OS << "IsActive: " << IsActive << "\n"; in dump()
|
H A D | Pointer.h | 486 return isRoot() || getInlineDesc()->IsActive; in isActive()
|
H A D | Pointer.cpp | 357 getInlineDesc()->IsActive = true; in activate()
|
/freebsd/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/contrib/llvm-project/lldb/source/Target/ |
H A D | InstrumentationRuntime.cpp | 44 if (IsActive()) in ModulesDidLoad() 63 if (!IsActive()) in ModulesDidLoad()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 558 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 D | CGCleanup.h | 84 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 D | callout.h | 93 bool IsActive() const;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAPINotes.cpp | 32 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 D | InstrumentationRuntimeASanLibsanitizers.cpp | 86 if (IsActive()) in Activate()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 1447 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 D | SBCommandInterpreter.h | 277 bool IsActive();
|
H A D | SBDebugger.h | 39 bool IsActive() const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
H A D | InstrumentationRuntimeASan.cpp | 80 if (IsActive())
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 188 if (IsActive()) in Activate()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBCommandInterpreter.cpp | 140 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 D | InstrumentationRuntimeUBSan.cpp | 248 if (IsActive()) in Activate()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 84 bool IsActive() { return m_active && !m_done; } in IsActive() function
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandler.cpp | 579 while (IsActive()) { in Run()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandInterpreter.h | 555 bool IsActive();
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 895 if (IsActive()) in Activate()
|