Home
last modified time | relevance | path

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

/freebsd/contrib/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; } in IsActive() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp85 bool IsMutable, bool IsActive, const Descriptor *D) { in ctorArrayDesc()
148 bool IsActive, bool IsUnion, const Descriptor *D, in initField()
165 bool IsActive, const Descriptor *D, unsigned FieldOffset, in initBase()
190 bool IsActive, const Descriptor *D) { in ctorRecord()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp558 llvm::Value *IsActive in EmitCleanup() local
651 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
H A DCGCall.cpp4705 llvm::Instruction *IsActive = in EmitCallArg() local
/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/API/
H A DSBCommandInterpreter.cpp140 bool SBCommandInterpreter::IsActive() { in IsActive() function in SBCommandInterpreter
H A DSBDebugger.cpp84 bool SBInputReader::IsActive() const { in IsActive() function in SBInputReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp32 unsigned IsActive : 1; member
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3333 bool CommandInterpreter::IsActive() { in IsActive() function in CommandInterpreter
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2977 bool IsActive = false; member in __anon17dcc6010811::OffloadingActionBuilder::CudaActionBuilderBase
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp914 bool IsActive() const { in IsActive() function in curses::Window