Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIUtilString.cpp714 const size_t nPatternLen(vrPattern.length()); in FindFirstNot() local
718 const bool bMatchPattern(compare(nPatternPos, nPatternLen, vrPattern) == 0); in FindFirstNot()
721 nPatternPos += nPatternLen; in FindFirstNot()