Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1655 Optional<size_t> s2Length = getLengthOnSingleLine(SM, s2Start); in removeContextCycles() local
1656 if (s2Length && *s2Length <= MAX_SHORT_LINE_LENGTH) { in removeContextCycles()