Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectCommands.cpp948 const size_t first_separator_char_pos = 1; in AppendRegexSubstitution() local
951 const char separator_char = regex_sed[first_separator_char_pos]; in AppendRegexSubstitution()
953 regex_sed.find(separator_char, first_separator_char_pos + 1); in AppendRegexSubstitution()
959 (int)(regex_sed.size() - first_separator_char_pos - 1), in AppendRegexSubstitution()
960 regex_sed.data() + (first_separator_char_pos + 1), in AppendRegexSubstitution()
991 } else if (first_separator_char_pos + 1 == second_separator_char_pos) { in AppendRegexSubstitution()
1007 first_separator_char_pos + 1, in AppendRegexSubstitution()
1008 second_separator_char_pos - first_separator_char_pos - 1))); in AppendRegexSubstitution()