| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/ |
| D | CommandObjectSource.cpp | 457 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
|
| D | CommandObjectTarget.cpp | 1429 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 …]
|
| D | CommandObjectHelp.cpp | 126 size_t num_matches = matches.GetSize(); in DoExecute() local
|
| D | CommandCompletions.cpp | 451 …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
|
| D | CommandObjectFrame.cpp | 432 size_t num_matches = 0; in DoExecute() local
|
| D | CommandObjectMultiword.cpp | 67 …int num_matches = CommandObject::AddNamesMatchingPartialString (m_subcommand_dict, sub_cmd, *match… in GetSubcommandSP() local
|
| D | CommandObjectProcess.cpp | 416 const size_t num_matches = process_infos.GetSize(); in HandleOptionArgumentCompletion() local
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/ |
| D | BreakpointResolverFileRegex.cpp | 63 uint32_t num_matches = line_matches.size(); in SearchCallback() local
|
| /freebsd-10-stable/sys/dev/pci/ |
| D | pci_user.c | 108 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/ |
| D | RegularExpression.h | 80 const size_t num_matches = m_matches.size(); in Clear() local
|
| /freebsd-10-stable/usr.bin/systat/ |
| D | devs.c | 92 int num_matches = 0; variable
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | SourceManager.cpp | 291 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
|
| D | Module.cpp | 776 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/ |
| D | devstat.c | 548 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/ |
| D | SymbolFileDWARF.cpp | 2504 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/ |
| D | ThreadPlanStepInRange.cpp | 319 size_t num_matches = 0; in FrameMatchesAvoidCriteria() local
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | interps.c | 423 int num_matches; in interpreter_completer() local
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBModule.cpp | 401 …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
|
| D | SBThread.cpp | 887 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/ |
| D | ItaniumABILanguageRuntime.cpp | 124 uint32_t num_matches = 0; in GetDynamicTypeAndAddress() local
|
| /freebsd-10-stable/usr.sbin/iostat/ |
| D | iostat.c | 185 int num_matches = 0; in main() local
|
| /freebsd-10-stable/sys/compat/freebsd32/ |
| D | freebsd32_ioctl.h | 110 u_int32_t num_matches; /* number of matches returned */ member
|
| /freebsd-10-stable/sys/sys/ |
| D | pciio.h | 97 u_int32_t num_matches; /* number of matches returned */ member
|
| /freebsd-10-stable/usr.bin/vmstat/ |
| D | vmstat.c | 121 static int num_matches = 0; variable
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ |
| D | CommandInterpreter.cpp | 1715 const size_t num_matches = matches.GetSize(); in HandleCommand() local 1865 int num_matches; in HandleCommand() local
|