Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp43 size_t CommonLen = 0; in getCommonPrefix() local
44 for (; CommonLen != Len; ++CommonLen) { in getCommonPrefix()
45 if (CommonPrefix[CommonLen] != C.TypedText[CommonLen]) in getCommonPrefix()
48 CommonPrefix.resize(CommonLen); in getCommonPrefix()