Home
last modified time | relevance | path

Searched refs:opt_defs_index (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Interpreter/
DOptions.cpp766 int opt_defs_index = opt_element_vector[i].opt_defs_index; in HandleOptionCompletion() local
771 if (opt_defs_index == OptionArgElement::eBareDash) in HandleOptionCompletion()
785 else if (opt_defs_index == OptionArgElement::eBareDoubleDash) in HandleOptionCompletion()
796 else if (opt_defs_index != OptionArgElement::eUnrecognizedArg) in HandleOptionCompletion()
803 && strcmp (opt_defs[opt_defs_index].long_option, cur_opt_str) != 0) in HandleOptionCompletion()
806 full_name.append (opt_defs[opt_defs_index].long_option); in HandleOptionCompletion()
859 if (opt_defs_index != -1) in HandleOptionCompletion()
906 int opt_defs_index = opt_element_vector[opt_element_index].opt_defs_index; in HandleOptionArgumentCompletion() local
910 OptionEnumValueElement *enum_values = opt_defs[opt_defs_index].enum_values; in HandleOptionArgumentCompletion()
931 uint32_t completion_mask = opt_defs[opt_defs_index].completion_type; in HandleOptionArgumentCompletion()
[all …]
DArgs.cpp1588 int opt_defs_index = -1; in ParseArgsForCompletion() local
1595 opt_defs_index = i; in ParseArgsForCompletion()
1603 option_element_vector.push_back (OptionArgElement (opt_defs_index, optind - 1, 0)); in ParseArgsForCompletion()
1614 … option_element_vector.push_back (OptionArgElement (opt_defs_index, optind - 2, arg_index)); in ParseArgsForCompletion()
1618 … option_element_vector.push_back (OptionArgElement (opt_defs_index, optind - 1, -1)); in ParseArgsForCompletion()
1624 … option_element_vector.push_back (OptionArgElement (opt_defs_index, optind - 2, optind - 1)); in ParseArgsForCompletion()
1628 … option_element_vector.push_back (OptionArgElement (opt_defs_index, optind - 2, optind - 1)); in ParseArgsForCompletion()
/external/lldb/include/lldb/Interpreter/
DArgs.h44 opt_defs_index(defs_index), in OptionArgElement()
50 int opt_defs_index; member
/external/lldb/source/Commands/
DCommandObjectProcess.cpp473 int opt_defs_index = opt_element_vector[opt_element_index].opt_defs_index; in HandleOptionArgumentCompletion() local
478 if (opt_defs[opt_defs_index].short_option == 'n') in HandleOptionArgumentCompletion()