Home | History | Annotate | Download | only in Commands

Lines Matching refs:num_matches

1361     uint32_t num_matches = 0;
1365 num_matches = module->ResolveSymbolContextsForFileSpec (file_spec,
1371 for (uint32_t i=0; i<num_matches; ++i)
1391 return num_matches;
1590 uint32_t num_matches = 0;
1594 num_matches = symtab->AppendSymbolIndexesMatchingRegExAndType (name_regexp,
1600 num_matches = symtab->AppendSymbolIndexesWithName (symbol_name, match_indexes);
1604 if (num_matches > 0)
1607 strm.Printf("%u symbols match %s'%s' in ", num_matches,
1613 for (i=0; i < num_matches; ++i)
1625 return num_matches;
1639 const uint32_t num_matches = sc_list.GetSize();
1641 for (i=0; i<num_matches; ++i)
1673 size_t num_matches = 0;
1677 num_matches = module->FindFunctions (function_name_regex,
1686 num_matches = module->FindFunctions (function_name,
1695 if (num_matches)
1698 strm.Printf("%zu match%s found in ", num_matches, num_matches > 1 ? "es" : "");
1703 return num_matches;
1719 size_t num_matches = 0;
1724 num_matches = module->FindTypes(sc, name, name_is_fully_qualified, max_num_matches, type_list);
1726 if (num_matches)
1729 num_matches, num_matches > 1 ? "es" : "");
1758 return num_matches;
1775 size_t num_matches = 1;
1779 num_matches = sym_ctx.module_sp->FindTypes(sym_ctx, name, name_is_fully_qualified, max_num_matches, type_list);
1781 if (num_matches)
1810 return num_matches;
1825 const uint32_t num_matches = module->ResolveSymbolContextsForFileSpec(file_spec, line, check_inlines,
1827 if (num_matches > 0)
1830 strm.Printf("%u match%s found in ", num_matches, num_matches > 1 ? "es" : "");
1838 return num_matches;
1882 const size_t num_matches = target->GetImages().FindModules (module_spec, module_list);
1887 if (num_matches == 0)
2166 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, true);
2167 if (num_matches > 0)
2169 for (size_t i=0; i<num_matches; ++i)
2291 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, true);
2292 if (num_matches > 0)
2294 for (size_t i=0; i<num_matches; ++i)
2399 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, true);
2400 if (num_matches > 0)
2402 for (size_t i=0; i<num_matches; ++i)
2809 const size_t num_matches = target->GetImages().FindModules (module_spec, matching_modules);
2812 if (num_matches == 1)
2946 if (num_matches > 1)
2953 for (size_t i=0; i<num_matches; ++i)
3166 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, use_global_module_list);
3167 if (num_matches == 0)
3595 size_t num_matches = sc_list.GetSize();
3596 for (uint32_t idx = 0; idx < num_matches; idx++)
4080 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, false);
4081 if (num_matches > 0)
4083 for (size_t j=0; j<num_matches; ++j)
4285 size_t num_matches = 0;
4302 num_matches = target->GetImages().FindModules (symfile_uuid_module_spec, matching_module_list);
4306 if (num_matches == 0)
4311 for (size_t i=0; i<num_symfile_module_specs && num_matches == 0; ++i)
4320 num_matches = target->GetImages().FindModules (symfile_uuid_module_spec, matching_module_list);
4328 if (num_matches == 0)
4329 num_matches = target->GetImages().FindModules (module_spec, matching_module_list);
4331 while (num_matches == 0)
4345 num_matches = target->GetImages().FindModules (module_spec, matching_module_list);
4349 if (num_matches > 1)
4353 else if (num_matches == 1)