Home
last modified time | relevance | path

Searched refs:short_option (Results 1 – 25 of 55) sorted by relevance

123

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupFile.cpp17 const char *long_option, int short_option, in OptionGroupFile() argument
25 m_option_definition.short_option = short_option; in OptionGroupFile()
50 int short_option, uint32_t completion_type, in OptionGroupFileList() argument
56 m_option_definition.short_option = short_option; in OptionGroupFileList()
DOptionGroupUUID.cpp33 const int short_option = g_option_table[option_idx].short_option; in SetOptionValue() local
35 switch (short_option) { in SetOptionValue()
DOptionGroupOutputFile.cpp41 const int short_option = g_option_table[option_idx].short_option; in SetOptionValue() local
43 switch (short_option) { in SetOptionValue()
DOptionGroupArchitecture.cpp41 const int short_option = g_option_table[option_idx].short_option; in SetOptionValue() local
43 switch (short_option) { in SetOptionValue()
DOptionGroupString.cpp17 const char *long_option, int short_option, in OptionGroupString() argument
26 m_option_definition.short_option = short_option; in OptionGroupString()
DOptionGroupUInt64.cpp17 const char *long_option, int short_option, in OptionGroupUInt64() argument
26 m_option_definition.short_option = short_option; in OptionGroupUInt64()
DOptionGroupBoolean.cpp18 int short_option, const char *usage_text, in OptionGroupBoolean() argument
25 m_option_definition.short_option = short_option; in OptionGroupBoolean()
DOptionGroupWatchpoint.cpp86 const int short_option = g_option_table[option_idx].short_option; in SetOptionValue() local
87 switch (short_option) { in SetOptionValue()
DOptionGroupPythonClassWithDict.cpp41 m_option_definition[0].short_option = class_option; in OptionGroupPythonClassWithDict()
52 m_option_definition[1].short_option = key_option; in OptionGroupPythonClassWithDict()
63 m_option_definition[2].short_option = value_option; in OptionGroupPythonClassWithDict()
74 m_option_definition[3].short_option = class_option; in OptionGroupPythonClassWithDict()
DOptionGroupVariable.cpp82 const int short_option = g_variable_options[option_idx].short_option; in SetOptionValue() local
83 switch (short_option) { in SetOptionValue()
DOptionGroupPlatform.cpp94 const int short_option = g_option_table[option_idx].short_option; in SetOptionValue() local
96 switch (short_option) { in SetOptionValue()
DOptionGroupValueObjectDisplay.cpp76 const int short_option = g_option_table[option_idx].short_option; in SetOptionValue() local
79 switch (short_option) { in SetOptionValue()
DOptionGroupFormat.cpp59 const int short_option = g_option_table[option_idx].short_option; in SetOptionValue() local
61 switch (short_option) { in SetOptionValue()
DOptions.cpp191 m_required_options[j].insert(def.short_option); in BuildValidOptionSets()
193 m_optional_options[j].insert(def.short_option); in BuildValidOptionSets()
213 const int short_opt = defs[i].short_option; in GetLongOptions()
369 strm.Printf("-%c", opt_def.short_option); in PrintOption()
450 options.insert(def.short_option); in GenerateOptionUsage()
476 options.insert(def.short_option); in GenerateOptionUsage()
556 options_seen.insert(std::make_pair(def.short_option, i++)); in GenerateOptionUsage()
580 if (opt_defs[i].short_option && opt_defs[i].HasShortOption()) { in GenerateOptionUsage()
670 if (!def.short_option) in HandleOptionCompletion()
672 opt_str[1] = def.short_option; in HandleOptionCompletion()
[all …]
/external/llvm-project/lldb/source/Commands/
DCommandObjectTrace.cpp49 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
51 switch (short_option) { in SetOptionValue()
149 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
151 switch (short_option) { in SetOptionValue()
216 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
218 switch (short_option) { in SetOptionValue()
DCommandObjectBreakpoint.cpp63 const int short_option = in SetOptionValue() local
64 g_breakpoint_modify_options[option_idx].short_option; in SetOptionValue()
66 switch (short_option) { in SetOptionValue()
181 const int short_option = in SetOptionValue() local
182 g_breakpoint_dummy_options[option_idx].short_option; in SetOptionValue()
184 switch (short_option) { in SetOptionValue()
260 const int short_option = in SetOptionValue() local
261 g_breakpoint_set_options[option_idx].short_option; in SetOptionValue()
263 switch (short_option) { in SetOptionValue()
1145 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
[all …]
DCommandObjectHelp.h42 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
44 switch (short_option) { in SetOptionValue()
DCommandObjectThread.cpp58 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
60 switch (short_option) { in SetOptionValue()
66 "invalid integer value for option '%c'", short_option); in SetOptionValue()
73 "invalid integer value for option '%c'", short_option); in SetOptionValue()
81 "invalid boolean value for option '%c'", short_option); in SetOptionValue()
220 const int short_option = in SetOptionValue() local
221 g_thread_step_scope_options[option_idx].short_option; in SetOptionValue()
223 switch (short_option) { in SetOptionValue()
230 short_option); in SetOptionValue()
242 short_option); in SetOptionValue()
[all …]
DCommandObjectType.cpp296 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
299 switch (short_option) { in SetOptionValue()
522 const int short_option = in SetOptionValue() local
523 g_type_format_add_options[option_idx].short_option; in SetOptionValue()
526 switch (short_option) { in SetOptionValue()
723 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
725 switch (short_option) { in SetOptionValue()
891 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
893 switch (short_option) { in SetOptionValue()
1004 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
[all …]
DCommandObjectProcess.cpp276 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
277 switch (short_option) { in SetOptionValue()
485 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
486 switch (short_option) { in SetOptionValue()
625 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
627 switch (short_option) { in SetOptionValue()
720 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
722 switch (short_option) { in SetOptionValue()
845 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
846 switch (short_option) { in SetOptionValue()
[all …]
DCommandObjectScript.cpp52 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
54 switch (short_option) { in SetOptionValue()
/external/llvm-project/lldb/include/lldb/Utility/
DOptionDefinition.h30 int short_option; member
50 return llvm::isPrint(short_option); in HasShortOption()
/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/
DCommandObjectTraceStartIntelPT.cpp26 const int short_option = m_getopt_table[option_idx].val; in SetOptionValue() local
28 switch (short_option) { in SetOptionValue()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupFile.h23 int short_option, uint32_t completion_type,
53 const char *long_option, int short_option,
/external/flac/src/flac/
Dmain.c61 static int parse_option(int short_option, const char *long_option, const char *option_argument);
618 int short_option; in parse_options() local
623 …while ((short_option = share__getopt_long(argc, argv, short_opts, long_options_, &option_index)) !… in parse_options()
624 switch (short_option) { in parse_options()
626 had_error |= (parse_option(short_option, long_options_[option_index].name, share__optarg) != 0); in parse_options()
633 had_error |= (parse_option(short_option, 0, share__optarg) != 0); in parse_options()
657 int parse_option(int short_option, const char *long_option, const char *option_argument) in parse_option() argument
661 if(short_option == 0) { in parse_option()
922 switch(short_option) { in parse_option()
973 add_compression_setting_uint32_t(CST_COMPRESSION_LEVEL, short_option-'0'); in parse_option()
[all …]

123