Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1676 std::optional<size_t> s2Length = getLengthOnSingleLine(SM, s2Start); in removeContextCycles() local
1677 if (s2Length && *s2Length <= MAX_SHORT_LINE_LENGTH) { in removeContextCycles()