Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp905 Status AppendRegexSubstitution(const llvm::StringRef &regex_sed, in AppendRegexSubstitution() argument
912 (int)regex_sed.size(), regex_sed.data()); in AppendRegexSubstitution()
916 size_t regex_sed_size = regex_sed.size(); in AppendRegexSubstitution()
921 (int)regex_sed.size(), regex_sed.data()); in AppendRegexSubstitution()
925 if (regex_sed[0] != 's') { in AppendRegexSubstitution()
928 (int)regex_sed.size(), regex_sed.data()); in AppendRegexSubstitution()
934 const char separator_char = regex_sed[first_separator_char_pos]; in AppendRegexSubstitution()
936 regex_sed.find(separator_char, first_separator_char_pos + 1); in AppendRegexSubstitution()
942 (int)(regex_sed.size() - first_separator_char_pos - 1), in AppendRegexSubstitution()
943 regex_sed.data() + (first_separator_char_pos + 1), in AppendRegexSubstitution()
[all …]