Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDInstrumentationRuntime.h62 void SetActive(bool IsActive) { m_is_active = IsActive; } in SetActive()
86 bool IsActive() const { return m_is_active; } in IsActive() function
HDTarget.h1321 bool IsActive() { return m_active; } in IsActive() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDDescriptor.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-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCleanup.cpp558 llvm::Value *IsActive in EmitCleanup() local
651 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
HDCGCall.cpp4705 llvm::Instruction *IsActive = in EmitCallArg() local
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDIOHandler.h84 bool IsActive() { return m_active && !m_done; } in IsActive() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp140 bool SBCommandInterpreter::IsActive() { in IsActive() function in SBCommandInterpreter
HDSBDebugger.cpp84 bool SBInputReader::IsActive() const { in IsActive() function in SBInputReader
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAPINotes.cpp32 unsigned IsActive : 1; member
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnostic.h1282 mutable bool IsActive = false; variable
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp3333 bool CommandInterpreter::IsActive() { in IsActive() function in CommandInterpreter
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp2977 bool IsActive = false; member in __anon5441fe1b0811::OffloadingActionBuilder::CudaActionBuilderBase
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp914 bool IsActive() const { in IsActive() function in curses::Window