Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2206 const size_t MAX_SHORT_LINE_LENGTH = 80; in removeContextCycles() local
2208 if (s1Length && *s1Length <= MAX_SHORT_LINE_LENGTH) { in removeContextCycles()
2210 if (s2Length && *s2Length <= MAX_SHORT_LINE_LENGTH) { in removeContextCycles()