Home | History | Annotate | Download | only in Sema

Lines Matching defs:StrLen

2606   unsigned StrLen = StrRef.size();
2610 if (StrLen == 0 && numDataArgs > 0) {
2624 if (!analyze_format_string::ParsePrintfString(H, Str, Str + StrLen,
2633 if (!analyze_format_string::ParseScanfString(H, Str, Str + StrLen,
2846 // Look for 'strlcpy(dst, x, strlen(x))'
2857 // Determine if the argument to sizeof/strlen is equal to the source
2921 strlen(dest) - 1);
2945 // - sizeof(dst) - strlen(dst)
2995 OS << "strlen(";