Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DStringList.h85 std::string LongestCommonPrefix();
/openbsd/src/gnu/llvm/lldb/source/Utility/
DStringList.cpp107 std::string StringList::LongestCommonPrefix() { in LongestCommonPrefix() function in StringList
/openbsd/src/gnu/llvm/lldb/source/API/
DSBCommandInterpreter.cpp266 std::string common_prefix = lldb_matches.LongestCommonPrefix(); in HandleCompletionWithDescriptions()
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DEditline.cpp1041 std::string longest_prefix = completions.LongestCommonPrefix(); in TabCommand()