Home
last modified time | relevance | path

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

/freebsd-src/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.h1308 bool IsActive() { return m_active; } IsActive() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp74 ctorArrayDesc(Block * B,std::byte * Ptr,bool IsConst,bool IsMutable,bool IsActive,const Descriptor * D) ctorArrayDesc() argument
137 ctorRecord(Block * B,std::byte * Ptr,bool IsConst,bool IsMutable,bool IsActive,const Descriptor * D) ctorRecord() argument
[all...]
H A DDescriptor.h71 unsigned IsActive : 1; global() member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp585 llvm::Value *IsActive EmitCleanup() local
671 bool IsActive = Scope.isActive(); PopCleanupBlock() local
H A DCGCleanup.h73 unsigned IsActive : 1; global() variable
H A DCGCall.cpp4683 llvm::Instruction *IsActive = Builder.CreateUnreachable(); EmitCallArg() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h84 bool IsActive() { return m_active && !m_done; } in IsActive() function
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp139 bool SBCommandInterpreter::IsActive() { IsActive() function in SBCommandInterpreter
H A DSBDebugger.cpp84 bool SBInputReader::IsActive() const { in IsActive() function in SBInputReader
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1282 mutable bool IsActive = false; variable
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3312 bool CommandInterpreter::IsActive() { IsActive() function in CommandInterpreter
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2940 bool IsActive = false; global() member in __anon71332b530811::OffloadingActionBuilder::CudaActionBuilderBase
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp914 bool IsActive() const { in IsActive() function in curses::Window