Searched refs:MAX_SHORT_LINE_LENGTH (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1653 const size_t MAX_SHORT_LINE_LENGTH = 80; local
1655 if (s1Length && *s1Length <= MAX_SHORT_LINE_LENGTH) {
1657 if (s2Length && *s2Length <= MAX_SHORT_LINE_LENGTH) {

Completed in 109 milliseconds