Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdBase.h91 template <class T> T *GetOption(const CMIUtilString &vStrOptionName);
161 T *CMICmdBase::GetOption(const CMIUtilString &vStrOptionName) { in GetOption() function
193 CMICmdArgVal##b *a = CMICmdBase::GetOption<CMICmdArgVal##b>(c); \
H A DMICmdCmdBreak.cpp1055 CMICmdBase::GetOption<CMICmdArgValListOfN>( in GetRestOfExpressionNotSurroundedInQuotes()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DSocket.h84 int GetOption(int level, int option_name, int &option_value);
/freebsd-12.1/contrib/serf/
H A DSConstruct179 CALLOUT_OKAY = not (env.GetOption('clean') or env.GetOption('help'))
502 if env.GetOption('clean'):
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSocket.cpp388 int Socket::GetOption(int level, int option_name, int &option_value) { in GetOption() function in Socket
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp220 !!tcp_socket->GetOption(SOL_SOCKET, SO_REUSEADDR, resuse); in Connect()