Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDInstrumentationRuntime.h63 void SetActive(bool IsActive) { m_is_active = IsActive; } in SetActive()
87 bool IsActive() const { return m_is_active; } in IsActive() function
HDTarget.h1148 bool IsActive() { return m_active; } in IsActive() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCleanup.cpp182 bool IsActive = !(Kind & InactiveCleanup); in pushCleanup() local
565 llvm::Value *IsActive in EmitCleanup() local
651 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
HDCGCleanup.h74 unsigned IsActive : 1; variable
HDCGCall.cpp3644 llvm::Instruction *IsActive = Builder.CreateUnreachable(); in EmitCallArg() local
HDCGOpenMPRuntimeNVPTX.cpp1460 llvm::Value *IsActive = in emitWorkerLoop() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDDescriptor.cpp57 bool IsActive, Descriptor *D) { in ctorArrayDesc()
118 bool IsActive, Descriptor *D) { in ctorRecord()
HDDescriptor.h178 unsigned IsActive : 1; member
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDIOHandler.h86 virtual bool IsActive() { return m_active && !m_done; } in IsActive() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp227 bool SBCommandInterpreter::IsActive() { in IsActive() function in SBCommandInterpreter
HDSBDebugger.cpp122 bool SBInputReader::IsActive() const { in IsActive() function in SBInputReader
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnostic.h1065 mutable bool IsActive = false; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2881 bool CommandInterpreter::IsActive() { in IsActive() function in CommandInterpreter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp2363 bool IsActive = false; member in __anonbeadb9180911::OffloadingActionBuilder::CudaActionBuilderBase
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp681 bool IsActive() const { in IsActive() function in curses::Window