Home
last modified time | relevance | path

Searched refs:GetValid (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdArgValBase.cpp107 bool CMICmdArgValBase::GetValid() const { return m_bValid; } in GetValid() function in CMICmdArgValBase
H A DMICmdArgValBase.h52 bool GetValid() const override;
H A DMICmdArgSet.h52 virtual bool GetValid() const = 0;
H A DMICmdCmdTarget.cpp289 if (pArgPid->GetFound() && pArgPid->GetValid()) { in Execute()
293 } else if (pArgFile->GetFound() && pArgFile->GetValid()) { in Execute()
H A DMICmdCmdThread.cpp84 if (pArgThreadId->GetFound() && pArgThreadId->GetValid()) { in Execute()
H A DMICmdArgSet.cpp180 else if (!pArg->GetValid()) in Validate()