Lines Matching refs:StrLen
1213 size_t StrLen = in checkFortifiedBuiltinMemoryFunction() local
1217 FormatBytes + StrLen, getLangOpts(), in checkFortifiedBuiltinMemoryFunction()
1245 size_t StrLen = in checkFortifiedBuiltinMemoryFunction() local
1248 H, FormatBytes, FormatBytes + StrLen, getLangOpts(), in checkFortifiedBuiltinMemoryFunction()
10868 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); in CheckFormatString() local
10873 Str, Str + StrLen, S.getLangOpts(), S.Context.getTargetInfo())) in CheckFormatString()
10888 if (StrLen == 0 && numDataArgs > 0) { in CheckFormatString()
10907 H, Str, Str + StrLen, S.getLangOpts(), S.Context.getTargetInfo(), in CheckFormatString()
10916 H, Str, Str + StrLen, S.getLangOpts(), S.Context.getTargetInfo())) in CheckFormatString()
10929 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size()); in FormatStringHasSArg() local
10930 return analyze_format_string::ParseFormatStringHasSArg(Str, Str + StrLen, in FormatStringHasSArg()
11228 template <std::size_t StrLen>
11230 const char (&Str)[StrLen]) { in IsStdFunction() argument