Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-strings/
HDllvm-strings.cpp69 static int MinLength = 4; variable
91 if (L.size() < static_cast<size_t>(MinLength)) in strings()
150 parseIntArg(Args, OPT_bytes_EQ, MinLength); in main()
165 if (MinLength == 0) { in main()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDSuffixTree.h174 const unsigned MinLength = 2; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDSuffixTree.cpp324 if (Length < MinLength) in advance()