Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandObjectRegexCommand.cpp71 for (uint32_t match_idx=1; match_idx <= m_max_matches; ++match_idx) in DoExecute() local
73 if (regex_match.GetMatchAtIndex (command, match_idx, match_str)) in DoExecute()
75 … const int percent_var_len = ::snprintf (percent_var, sizeof(percent_var), "%%%u", match_idx); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectHelp.cpp128 for (size_t match_idx = 0; match_idx < num_matches; match_idx++) in DoExecute() local
130 s.Printf ("\n\t%s", matches.GetStringAtIndex(match_idx)); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDLineTable.cpp258 uint32_t match_idx = std::distance (begin_pos, pos); in FindLineEntryByAddress() local
259 success = ConvertEntryAtIndexToLineEntry(match_idx, line_entry); in FindLineEntryByAddress()
261 *index_ptr = match_idx; in FindLineEntryByAddress()