Home | History | Annotate | Download | only in Sema

Lines Matching refs:StrLen

3126   unsigned StrLen = StrRef.size();
3130 if (StrLen == 0 && numDataArgs > 0) {
3144 if (!analyze_format_string::ParsePrintfString(H, Str, Str + StrLen,
3153 if (!analyze_format_string::ParseScanfString(H, Str, Str + StrLen,
3405 // Look for 'strlcpy(dst, x, strlen(x))'
3416 // Determine if the argument to sizeof/strlen is equal to the source
3472 // strncat(dst, src, sizeof(dst) - strlen(dest) - 1);
3496 // - sizeof(dst) - strlen(dst)
3543 OS << "strlen(";