/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | InstrumentationRuntime.h | 62 void SetActive(bool IsActive) { m_is_active = IsActive; } in SetActive() 86 bool IsActive() const { return m_is_active; } in IsActive() function
|
H A D | Target.h | 1308 bool IsActive() { return m_active; } IsActive() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 74 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 D | Descriptor.h | 71 unsigned IsActive : 1; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 585 llvm::Value *IsActive EmitCleanup() local 671 bool IsActive = Scope.isActive(); PopCleanupBlock() local
|
H A D | CGCleanup.h | 73 unsigned IsActive : 1; global() variable
|
H A D | CGCall.cpp | 4683 llvm::Instruction *IsActive = Builder.CreateUnreachable(); EmitCallArg() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 84 bool IsActive() { return m_active && !m_done; } in IsActive() function
|
/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBCommandInterpreter.cpp | 139 bool SBCommandInterpreter::IsActive() { IsActive() function in SBCommandInterpreter
|
H A D | SBDebugger.cpp | 84 bool SBInputReader::IsActive() const { in IsActive() function in SBInputReader
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 1282 mutable bool IsActive = false; variable
|
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 3312 bool CommandInterpreter::IsActive() { IsActive() function in CommandInterpreter
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2940 bool IsActive = false; global() member in __anon71332b530811::OffloadingActionBuilder::CudaActionBuilderBase
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 914 bool IsActive() const { in IsActive() function in curses::Window
|