Home
last modified time | relevance | path

Searched refs:arg_pos (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Interpreter/
DArgs.cpp171 const char *arg_pos; in SetCommandString() local
172 for (arg_pos = command; in SetCommandString()
173 arg_pos && arg_pos[0]; in SetCommandString()
174 arg_pos = arg_end) in SetCommandString()
177 const char *arg_start = ::strspn (arg_pos, k_space_separators) + arg_pos; in SetCommandString()
192 arg_pos = arg_piece_start; in SetCommandString()
205 arg_end = ::strcspn (arg_pos, k_space_separators_with_slash_and_quotes) + arg_pos; in SetCommandString()
237 arg_pos = arg_end + 2; in SetCommandString()
238 arg_piece_start = arg_pos; in SetCommandString()
242 arg_pos = arg_end + 2; in SetCommandString()
[all …]
/external/lldb/include/lldb/Interpreter/
DArgs.h43 OptionArgElement (int defs_index, int pos, int arg_pos) : in OptionArgElement()
46 opt_arg_pos (arg_pos) in OptionArgElement()