Searched defs:long_option (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupBoolean.cpp16 OptionGroupBoolean(uint32_t usage_mask, bool required, const char *long_option, int short_option, const char *usage_text, bool default_value, bool no_argument_toggle_default) argument
H A DOptionGroupString.cpp16 OptionGroupString(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text, const char *default_value) argument
H A DOptionGroupUInt64.cpp16 OptionGroupUInt64(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text, uint64_t default_value) argument
H A DOptionGroupFile.cpp16 OptionGroupFile(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text) argument
48 OptionGroupFileList( uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text) argument
H A DOptions.cpp696 llvm::StringRef long_option = opt.long_option; local
932 FindArgumentIndexForOption(const Args &args, const Option &long_option) argument
[all...]
/freebsd-13-stable/contrib/kyua/utils/cmdline/
H A Dparser.cpp87 ::option& long_option = data.long_options[i]; local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h117 const char *long_option; member in struct:lldb_private::OptionDefinition
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dmain.c626 const struct option long_option[] = { local

Completed in 122 milliseconds