Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectRegexCommand.cpp37 for (uint32_t match_idx = 1; match_idx <= m_max_matches; ++match_idx) { in DoExecute() local
38 if (match_idx < matches.size()) { in DoExecute()
39 const std::string match_str = matches[match_idx].str(); in DoExecute()
41 ::snprintf(percent_var, sizeof(percent_var), "%%%u", match_idx); in DoExecute()
DCommandObjectHelp.cpp137 for (size_t match_idx = 0; match_idx < num_matches; match_idx++) { in DoExecute() local
138 s.Printf("\n\t%s", matches.GetStringAtIndex(match_idx)); in DoExecute()
/external/llvm-project/lldb/source/Symbol/
DLineTable.cpp249 uint32_t match_idx = std::distance(begin_pos, pos); in FindLineEntryByAddress() local
250 success = ConvertEntryAtIndexToLineEntry(match_idx, line_entry); in FindLineEntryByAddress()
252 *index_ptr = match_idx; in FindLineEntryByAddress()
/external/llvm-project/lldb/examples/darwin/heap_find/
Dheap.py681 match_idx = 0
791 match_idx += 1