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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h33 bool AddRegexCommand(const char *re_cstr, const char *command_cstr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp72 bool CommandObjectRegexCommand::AddRegexCommand(const char *re_cstr, argument
77 RegularExpression(llvm::StringRef::withNullAsEmpty(re_cstr));

Completed in 118 milliseconds