Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp913 const size_t third_separator_char_pos = in AppendRegexSubstitution() local
916 if (third_separator_char_pos == std::string::npos) { in AppendRegexSubstitution()
926 if (third_separator_char_pos != regex_sed_size - 1) { in AppendRegexSubstitution()
929 third_separator_char_pos + 1) != in AppendRegexSubstitution()
934 (int)third_separator_char_pos + 1, regex_sed.data(), in AppendRegexSubstitution()
935 (int)(regex_sed.size() - third_separator_char_pos - 1), in AppendRegexSubstitution()
936 regex_sed.data() + (third_separator_char_pos + 1)); in AppendRegexSubstitution()
945 } else if (second_separator_char_pos + 1 == third_separator_char_pos) { in AppendRegexSubstitution()
959 third_separator_char_pos - second_separator_char_pos - 1))); in AppendRegexSubstitution()