Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp935 const size_t second_separator_char_pos = in AppendRegexSubstitution() local
938 if (second_separator_char_pos == std::string::npos) { in AppendRegexSubstitution()
949 regex_sed.find(separator_char, second_separator_char_pos + 1); in AppendRegexSubstitution()
955 (int)(regex_sed.size() - second_separator_char_pos - 1), in AppendRegexSubstitution()
956 regex_sed.data() + (second_separator_char_pos + 1), in AppendRegexSubstitution()
974 } else if (first_separator_char_pos + 1 == second_separator_char_pos) { in AppendRegexSubstitution()
980 } else if (second_separator_char_pos + 1 == third_separator_char_pos) { in AppendRegexSubstitution()
991 second_separator_char_pos - first_separator_char_pos - 1))); in AppendRegexSubstitution()
993 second_separator_char_pos + 1, in AppendRegexSubstitution()
994 third_separator_char_pos - second_separator_char_pos - 1))); in AppendRegexSubstitution()