Home
last modified time | relevance | path

Searched defs:num_matches (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectSource.cpp457 size_t num_matches = 0; in FindMatchingFunctions() local
487 size_t num_matches = 0; in FindMatchingFunctionSymbols() local
531 size_t num_matches = FindMatchingFunctions (target, name, sc_list); in DoExecute() local
673 uint32_t num_matches = sc_list.GetSize(); in DoExecute() local
770 size_t num_matches = 0; in DoExecute() local
DCommandObjectTarget.cpp1429 uint32_t num_matches = 0; in DumpCompileUnitLineTable() local
1658 uint32_t num_matches = 0; in LookupSymbolInModule() local
1707 const uint32_t num_matches = sc_list.GetSize(); in DumpSymbolContextList() local
1741 size_t num_matches = 0; in LookupFunctionInModule() local
1787 size_t num_matches = 0; in LookupTypeInModule() local
1841 size_t num_matches = 1; in LookupTypeHere() local
1891 …const uint32_t num_matches = module->ResolveSymbolContextsForFileSpec(file_spec, line, check_inlin… in LookupFileAndLineInModule() local
1948 const size_t num_matches = target->GetImages().FindModules (module_spec, module_list); in FindModulesByName() local
2232 … const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, true); in DoExecute() local
2357 … const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, true); in DoExecute() local
[all …]
DCommandObjectHelp.cpp126 size_t num_matches = matches.GetSize(); in DoExecute() local
DCommandCompletions.cpp451 …const size_t num_matches = g_property_names.AutoComplete (partial_setting_name, matches, exact_mat… in SettingsNames() local
466 const uint32_t num_matches = PluginManager::AutoCompletePlatformName(partial_name, matches); in PlatformPluginNames() local
480 const uint32_t num_matches = ArchSpec::AutoComplete (partial_name, matches); in ArchitectureNames() local
DCommandObjectFrame.cpp432 size_t num_matches = 0; in DoExecute() local
DCommandObjectMultiword.cpp67 …int num_matches = CommandObject::AddNamesMatchingPartialString (m_subcommand_dict, sub_cmd, *match… in GetSubcommandSP() local
DCommandObjectProcess.cpp416 const size_t num_matches = process_infos.GetSize(); in HandleOptionArgumentCompletion() local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/
DBreakpointResolverFileRegex.cpp63 uint32_t num_matches = line_matches.size(); in SearchCallback() local
/freebsd-10-stable/sys/dev/pci/
Dpci_user.c108 pci_conf_match(struct pci_match_conf *matches, int num_matches, in pci_conf_match()
262 uint32_t num_matches; /* number of matches returned */ member
281 pci_conf_match_old(struct pci_match_conf_old *matches, int num_matches, in pci_conf_match_old()
345 pci_conf_match_old32(struct pci_match_conf_old32 *matches, int num_matches, in pci_conf_match_old32()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DRegularExpression.h80 const size_t num_matches = m_matches.size(); in Clear() local
/freebsd-10-stable/usr.bin/systat/
Ddevs.c92 int num_matches = 0; variable
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DSourceManager.cpp291 size_t num_matches = executable_ptr->FindFunctions (main_name, in GetDefaultFileAndLine() local
354 …size_t num_matches = target->GetImages().ResolveSymbolContextForFilePath (file_spec.GetFilename().… in File() local
DModule.cpp776 const size_t num_matches = symbol_indexes.size(); in FindFunctions() local
887 const size_t num_matches = FindTypes (sc, name, exact_match, 1, type_list); in FindFirstType() local
901 size_t num_matches = 0; in FindTypes() local
/freebsd-10-stable/lib/libdevstat/
Ddevstat.c548 int numdevs, struct devstat_match *matches, int num_matches, in devstat_selectdevs()
1024 int *num_matches) in devstat_buildmatch()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2504 const size_t num_matches = method_die_offsets.size(); in ResolveClangOpaqueTypeDefinition() local
3240 const uint32_t num_matches = variables.GetSize() - original_size; in FindGlobalVariables() local
3306 const size_t num_matches = die_offsets.size(); in FindGlobalVariables() local
3447 const size_t num_matches = die_offsets.size(); in ParseFunctions() local
3630 uint32_t num_matches = 0; in FindFunctions() local
3889 const uint32_t num_matches = sc_list.GetSize() - original_size; in FindFunctions() local
4047 const uint32_t num_matches = types.GetSize() - initial_types_size; in FindTypes() local
4120 const size_t num_matches = die_offsets.size(); in FindNamespace() local
4176 uint32_t num_matches = 0; in FindTypes() local
4864 const size_t num_matches = die_offsets.size(); in FindCompleteObjCDefinitionTypeForDIE() local
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DThreadPlanStepInRange.cpp319 size_t num_matches = 0; in FrameMatchesAvoidCriteria() local
/freebsd-10-stable/contrib/gdb/gdb/
Dinterps.c423 int num_matches; in interpreter_completer() local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBModule.cpp401 …const size_t num_matches = symtab->FindAllSymbolsWithNameAndType(ConstString(name), symbol_type, m… in FindSymbols() local
556 const uint32_t num_matches = module_sp->FindTypes (sc, in FindTypes() local
DSBThread.cpp887 const uint32_t num_matches = frame_sc.comp_unit->ResolveSymbolContext (step_file_spec, in StepOverUntil() local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp124 uint32_t num_matches = 0; in GetDynamicTypeAndAddress() local
/freebsd-10-stable/usr.sbin/iostat/
Diostat.c185 int num_matches = 0; in main() local
/freebsd-10-stable/sys/compat/freebsd32/
Dfreebsd32_ioctl.h110 u_int32_t num_matches; /* number of matches returned */ member
/freebsd-10-stable/sys/sys/
Dpciio.h97 u_int32_t num_matches; /* number of matches returned */ member
/freebsd-10-stable/usr.bin/vmstat/
Dvmstat.c121 static int num_matches = 0; variable
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DCommandInterpreter.cpp1715 const size_t num_matches = matches.GetSize(); in HandleCommand() local
1865 int num_matches; in HandleCommand() local

12