Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-strings/
H A Dllvm-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()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSuffixTree.h253 const unsigned MinLength = 2; member
285 else if (Length >= MinLength) in advance()