Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectRegexCommand.cpp35 char percent_var[8]; in DoExecute() local
41 ::snprintf(percent_var, sizeof(percent_var), "%%%u", match_idx); in DoExecute()
43 percent_var, idx)) != std::string::npos;) { in DoExecute()