Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectRegexCommand.cpp91 bool CommandObjectRegexCommand::AddRegexCommand(llvm::StringRef re_cstr, in AddRegexCommand() argument
95 m_entries.back().regex = RegularExpression(re_cstr); in AddRegexCommand()
HDCommandObjectRegexCommand.h33 bool AddRegexCommand(llvm::StringRef re_cstr, llvm::StringRef command_cstr);