Searched refs:s1Length (Results 1 – 2 of 2) sorted by relevance
2207 Optional<size_t> s1Length = getLengthOnSingleLine(SM, s1Start); in removeContextCycles() local2208 if (s1Length && *s1Length <= MAX_SHORT_LINE_LENGTH) { in removeContextCycles()
1797 SVal s1Length = getCStringLength(C, state, s1, s1Val); in evalStrcmpCommon() local1798 if (s1Length.isUndef()) in evalStrcmpCommon()