Home
last modified time | relevance | path

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

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