Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.h122 FileStyle() : IsActive(false), IgnoreMainLikeFunctions(false) {} in FileStyle()
126 IsActive(true), IgnoreMainLikeFunctions(IgnoreMainLike) {} in FileStyle()
129 assert(IsActive); in getStyles()
134 assert(IsActive); in getHNOption()
138 bool isActive() const { return IsActive; } in isActive()
144 bool IsActive; member
/llvm-project-15.0.7/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-15.0.7/clang/lib/AST/Interp/
H A DDescriptor.cpp57 bool IsActive, Descriptor *D) { in ctorArrayDesc() argument
73 Desc->IsActive = IsActive; in ctorArrayDesc()
77 Fn(B, ElemLoc, Desc->IsConst, Desc->IsMutable, IsActive, D->ElemDesc); in ctorArrayDesc()
118 bool IsActive, Descriptor *D) { in ctorRecord() argument
126 Desc->IsActive = IsActive && !IsUnion; in ctorRecord()
130 Fn(B, Ptr + SubOff, Desc->IsConst, Desc->IsMutable, Desc->IsActive, F); in ctorRecord()
H A DDescriptor.h32 bool IsMutable, bool IsActive,
178 unsigned IsActive : 1; member
H A DPointer.cpp180 getInlineDesc()->IsActive = true; in activate()
H A DPointer.h239 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } in isActive()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DKernel.cpp44 bool IsActive = __kmpc_kernel_parallel(&WorkFn); in genericStateMachine() local
51 if (IsActive) { in genericStateMachine()
/llvm-project-15.0.7/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.cpp580 llvm::Value *IsActive in EmitCleanup() local
582 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB); in EmitCleanup()
666 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
692 bool HasFallthrough = (FallthroughSource != nullptr && IsActive); in PopCleanupBlock()
717 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) { in PopCleanupBlock()
829 assert(!IsActive && "source without fallthrough for active cleanup"); in PopCleanupBlock()
873 assert(!BranchThroughDest || !IsActive); in PopCleanupBlock()
969 assert(!IsActive); in PopCleanupBlock()
1039 if (EHActiveFlag.isValid() || IsActive) { in PopCleanupBlock()
/llvm-project-15.0.7/lldb/source/Target/
H A DInstrumentationRuntime.cpp44 if (IsActive()) in ModulesDidLoad()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreter.i170 IsActive ();
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1277 mutable bool IsActive = false; variable
1287 IsActive(true) { in DiagnosticBuilder()
1300 IsActive = false; in Clear()
1305 bool isActive() const { return IsActive; } in isActive()
1334 IsActive = D.IsActive; in DiagnosticBuilder()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1454 auto IsActive = BitVector(Freq.size(), false);
1459 IsActive[I] = true;
1468 IsActive[I] = false;
1490 IsActive[I] = true;
1492 if (!IsActive[Succ]) {
1494 IsActive[Succ] = true;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h230 bool IsActive();
H A DSBDebugger.h31 bool IsActive() const;
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp279 if (IsActive()) in Activate()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp127 bool SBCommandInterpreter::IsActive() { in IsActive() function in SBCommandInterpreter
130 return (IsValid() ? m_opaque_ptr->IsActive() : false); in IsActive()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp187 if (IsActive()) in Activate()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp248 if (IsActive()) in Activate()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h88 bool IsActive() { return m_active && !m_done; } in IsActive() function
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h530 bool IsActive();
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp565 while (IsActive()) { in Run()
H A DIOHandlerCursesGUI.cpp755 if (IsActive()) in DrawTitleBox()
882 } else if (IsActive()) { in GetActiveWindow()
913 bool IsActive() const { in IsActive() function in curses::Window
2669 DrawSubmitHint(window, window.IsActive()); in WindowDelegateDraw()
4724 window.IsActive(); in Draw()
5803 bool window_is_active = window.IsActive(); in DisplayRows()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp2763 bool IsActive = false; member in __anon7f4eb1310a11::OffloadingActionBuilder::CudaActionBuilderBase
2802 IsActive = false; in addDeviceDepences()
2807 IsActive = true; in addDeviceDepences()
2872 IsActive = true; in addDeviceDepences()
2876 return IsActive ? ABRT_Success : ABRT_Inactive; in addDeviceDepences()
3062 if (!IsActive) in getDeviceDependences()
3212 if (!IsActive) in getDeviceDependences()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp892 if (IsActive()) in Activate()

12