Home
last modified time | relevance | path

Searched defs:IsActive (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h62 void SetActive(bool IsActive) { m_is_active = IsActive; } in SetActive()
86 bool IsActive() const { return m_is_active; } in IsActive() function
H A DTarget.h1321 bool IsActive() { return m_active; } IsActive() function
/llvm-project/offload/DeviceRTL/src/
H A DKernel.cpp52 bool IsActive = __kmpc_kernel_parallel(&WorkFn); in genericStateMachine() local
/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.h156 bool IsActive; member
/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp558 llvm::Value *IsActive EmitCleanup() local
651 bool IsActive = Scope.isActive(); PopCleanupBlock() local
H A DCGCall.cpp4722 llvm::Instruction *IsActive = EmitCallArg() local
/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h84 bool IsActive() { return m_active && !m_done; } IsActive() function
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp140 bool SBCommandInterpreter::IsActive() { in IsActive() function in SBCommandInterpreter
H A DSBDebugger.cpp84 bool SBInputReader::IsActive() const { IsActive() function in SBInputReader
/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp32 unsigned IsActive : 1; global() member
/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1282 mutable bool IsActive = false; global() variable
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3333 bool CommandInterpreter::IsActive() { IsActive() function in CommandInterpreter
/llvm-project/clang/lib/Driver/
H A DDriver.cpp2966 bool IsActive = false; global() member in __anon4f3a1b740811::OffloadingActionBuilder::CudaActionBuilderBase
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp914 bool IsActive() const { in IsActive() function in curses::Window