Home
last modified time | relevance | path

Searched refs:total_matches (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/ctm/ctm/
HDctm_pass1.c28 int slashwarn=0, match=0, total_matches=0; in Pass1() local
157 total_matches += match; in Pass1()
247 if ((Verbose > 1) && (0 == total_matches)) in Pass1()
249 return (total_matches ? Exit_OK : Exit_NoMatch); in Pass1()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDVariableList.cpp113 size_t &total_matches) { in AppendVariablesIfUnique() argument
119 total_matches++; in AppendVariablesIfUnique()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDVariableList.h58 VariableList &var_list, size_t &total_matches);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp854 uint32_t total_matches = 0; in FindGlobalVariables() local
862 total_matches += oso_matches; in FindGlobalVariables()
869 if (max_matches >= total_matches) in FindGlobalVariables()
885 uint32_t total_matches = 0; in FindGlobalVariables() local
892 total_matches += oso_matches; in FindGlobalVariables()
899 if (max_matches >= total_matches) in FindGlobalVariables()