Lines Matching refs:StrLen
1172 size_t StrLen = in checkFortifiedBuiltinMemoryFunction() local
1176 FormatBytes + StrLen, getLangOpts(), in checkFortifiedBuiltinMemoryFunction()
1204 size_t StrLen = in checkFortifiedBuiltinMemoryFunction() local
1207 H, FormatBytes, FormatBytes + StrLen, getLangOpts(), in checkFortifiedBuiltinMemoryFunction()
10546 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); in CheckFormatString() local
10551 Str, Str + StrLen, S.getLangOpts(), S.Context.getTargetInfo())) in CheckFormatString()
10566 if (StrLen == 0 && numDataArgs > 0) { in CheckFormatString()
10584 H, Str, Str + StrLen, S.getLangOpts(), S.Context.getTargetInfo(), in CheckFormatString()
10593 H, Str, Str + StrLen, S.getLangOpts(), S.Context.getTargetInfo())) in CheckFormatString()
10606 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); in FormatStringHasSArg() local
10607 return analyze_format_string::ParseFormatStringHasSArg(Str, Str + StrLen, in FormatStringHasSArg()
10905 template <std::size_t StrLen>
10907 const char (&Str)[StrLen]) { in IsStdFunction() argument