Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp870 Status AppendRegexSubstitution(const llvm::StringRef &regex_sed, in AppendRegexSubstitution() argument
877 (int)regex_sed.size(), regex_sed.data()); in AppendRegexSubstitution()
881 size_t regex_sed_size = regex_sed.size(); in AppendRegexSubstitution()
886 (int)regex_sed.size(), regex_sed.data()); in AppendRegexSubstitution()
890 if (regex_sed[0] != 's') { in AppendRegexSubstitution()
893 (int)regex_sed.size(), regex_sed.data()); in AppendRegexSubstitution()
899 const char separator_char = regex_sed[first_separator_char_pos]; in AppendRegexSubstitution()
901 regex_sed.find(separator_char, first_separator_char_pos + 1); in AppendRegexSubstitution()
907 (int)(regex_sed.size() - first_separator_char_pos - 1), in AppendRegexSubstitution()
908 regex_sed.data() + (first_separator_char_pos + 1), in AppendRegexSubstitution()
[all …]