Home
last modified time | relevance | path

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

12

/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp
H A DDescriptor.h
H A DEvalEmitter.cpp
H A DDisasm.cpp
H A DPointer.h
H A DPointer.cpp
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.h128 FileStyle() : IsActive(false), IgnoreMainLikeFunctions(false) {} in FileStyle()
133 IsActive(true), IgnoreMainLikeFunctions(IgnoreMainLike), in FileStyle()
137 assert(IsActive); in getStyles()
142 assert(IsActive); in getHNOption()
146 bool isActive() const { return IsActive; } in isActive()
156 bool IsActive; member
/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
/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp44 if (IsActive()) in ModulesDidLoad()
63 if (!IsActive()) in ModulesDidLoad()
/llvm-project/offload/DeviceRTL/src/
H A DKernel.cpp52 bool IsActive = __kmpc_kernel_parallel(&WorkFn); in genericStateMachine() local
59 if (IsActive) { in genericStateMachine()
/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp572 llvm::Value *IsActive
574 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB); in ForwardPrebranchedFallthrough()
666 bool IsActive = Scope.isActive(); in PopCleanupBlock()
693 FallthroughSource != nullptr && (IsActive || HasExistingBranches); in PopCleanupBlock()
722 assert(!IsActive); in PopCleanupBlock()
845 assert(!IsActive && "source without fallthrough for active cleanup"); in PopCleanupBlock()
894 assert(!BranchThroughDest || !IsActive); in PopCleanupBlock()
991 assert(!IsActive); in PopCleanupBlock()
1064 if (EHActiveFlag.isValid() || IsActive) { in PopCleanupBlock()
558 llvm::Value *IsActive EmitCleanup() local
651 bool IsActive = Scope.isActive(); PopCleanupBlock() local
H A DCGCleanup.h84 unsigned IsActive : 1;
357 CleanupBits.IsActive = true;
386 bool isActive() const { return CleanupBits.IsActive; }
387 void setActive(bool A) { CleanupBits.IsActive = A; }
/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp35 unsigned IsActive : 1; in VersionedInfoMetadata()
40 : Version(Version), IsActive(Active == IsActive_t::Active),
58 if (!Metadata.IsActive) in applyNullability()
149 if (Metadata.IsActive) { in handleAPINotedAttribute()
370 if (Metadata.IsActive && !Info.getType().empty() && in ProcessAPINotes()
521 if (Metadata.IsActive && !Info.ResultType.empty() && in ProcessAPINotes()
32 unsigned IsActive : 1; global() member
/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1243 // NOTE: This field is redundant with DiagObj (IsActive iff (DiagObj == 0)),
1246 mutable bool IsActive = false; in StreamingDiagnostic()
1261 IsActive = false;
1266 bool isActive() const { return IsActive; }
1282 mutable bool IsActive = false; global() variable
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp80 if (IsActive()) in Activate()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp86 if (IsActive()) in Activate()
/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1446 auto IsActive = BitVector(Freq.size(), false);
1451 IsActive[I] = true;
1460 IsActive[I] = false;
1482 IsActive[I] = true;
1484 if (!IsActive[Succ]) {
1486 IsActive[Succ] = true;
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h277 bool IsActive();
H A DSBDebugger.h39 bool IsActive() const;
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp188 if (IsActive()) in Activate()
/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()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp248 if (IsActive()) in Activate()
/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h83 bool IsActive() { return m_active && !m_done; }
84 bool IsActive() { return m_active && !m_done; } IsActive() function
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h559 bool IsActive();
/llvm-project/lldb/source/Core/
H A DIOHandler.cpp575 while (IsActive()) {

12