Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.cpp1033 Status AppendRegexSubstitution(const llvm::StringRef &regex_sed, in AppendRegexSubstitution() argument
1040 (int)regex_sed.size(), regex_sed.data()); in AppendRegexSubstitution()
1044 size_t regex_sed_size = regex_sed.size(); in AppendRegexSubstitution()
1049 (int)regex_sed.size(), regex_sed.data()); in AppendRegexSubstitution()
1053 if (regex_sed[0] != 's') { in AppendRegexSubstitution()
1056 (int)regex_sed.size(), regex_sed.data()); in AppendRegexSubstitution()
1062 const char separator_char = regex_sed[first_separator_char_pos]; in AppendRegexSubstitution()
1064 regex_sed.find(separator_char, first_separator_char_pos + 1); in AppendRegexSubstitution()
1070 (int)(regex_sed.size() - first_separator_char_pos - 1), in AppendRegexSubstitution()
1071 regex_sed.data() + (first_separator_char_pos + 1), in AppendRegexSubstitution()
[all …]