Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h85 std::string LongestCommonPrefix();
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp107 std::string StringList::LongestCommonPrefix() { in LongestCommonPrefix() function in StringList
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp297 std::string common_prefix = lldb_matches.LongestCommonPrefix(); in HandleCompletionWithDescriptions()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1175 std::string longest_prefix = completions.LongestCommonPrefix(); in TabCommand()