Searched refs:s2Length (Results 1 – 2 of 2) sorted by relevance
2209 Optional<size_t> s2Length = getLengthOnSingleLine(SM, s2Start); in removeContextCycles() local2210 if (s2Length && *s2Length <= MAX_SHORT_LINE_LENGTH) { in removeContextCycles()
1802 SVal s2Length = getCStringLength(C, state, s2, s2Val); in evalStrcmpCommon() local1803 if (s2Length.isUndef()) in evalStrcmpCommon()