Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariableList.cpp113 size_t &total_matches) { in AppendVariablesIfUnique() argument
119 total_matches++; in AppendVariablesIfUnique()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariableList.h58 VariableList &var_list, size_t &total_matches);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp916 uint32_t total_matches = 0; in FindGlobalVariables() local
924 total_matches += oso_matches; in FindGlobalVariables()
931 if (max_matches >= total_matches) in FindGlobalVariables()
947 uint32_t total_matches = 0; in FindGlobalVariables() local
954 total_matches += oso_matches; in FindGlobalVariables()
961 if (max_matches >= total_matches) in FindGlobalVariables()