Searched refs:total_matches (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/usr.sbin/ctm/ctm/
H A Dctm_pass1.c28 int slashwarn=0, match=0, total_matches=0; local
157 total_matches += match;
247 if ((Verbose > 1) && (0 == total_matches))
249 return (total_matches ? Exit_OK : Exit_NoMatch);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariableList.h63 // list. "total_matches" will get updated with the actualy number of
70 size_t& total_matches);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DVariableList.cpp145 VariableList::AppendVariablesIfUnique (const RegularExpression& regex, VariableList &var_list, size_t& total_matches) argument
154 total_matches++;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp616 size_t total_matches = 0; local
626 total_matches += (*pos)->FindTypes (sc, name, name_is_fully_qualified, max_matches, types);
628 if (total_matches >= max_matches)
634 if (total_matches < max_matches)
643 total_matches += (*pos)->FindTypes (world_sc, name, name_is_fully_qualified, max_matches, types);
645 if (total_matches >= max_matches)
650 return total_matches;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp906 uint32_t total_matches = 0; local
917 total_matches += oso_matches;
924 if (max_matches >= total_matches)
948 uint32_t total_matches = 0; local
958 total_matches += oso_matches;
965 if (max_matches >= total_matches)

Completed in 165 milliseconds