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