Home
last modified time | relevance | path

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

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