Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp140 for (size_t match_idx = 0; match_idx < num_matches; match_idx++) { in DoExecute() local
141 s.Printf("\n\t%s", matches.GetStringAtIndex(match_idx)); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A 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()