Lines Matching refs:FormatStrRef
1123 StringRef &FormatStrRef, size_t &StrLen, in ProcessFormatStringLiteral() argument
1127 FormatStrRef = Format->getString(); in ProcessFormatStringLiteral()
1133 StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, FormatStrRef.find(0)); in ProcessFormatStringLiteral()
1295 StringRef FormatStrRef; in checkFortifiedBuiltinMemoryFunction() local
1297 if (!ProcessFormatStringLiteral(FormatExpr, FormatStrRef, StrLen, Context)) in checkFortifiedBuiltinMemoryFunction()
1314 const char *FormatBytes = FormatStrRef.data(); in checkFortifiedBuiltinMemoryFunction()
1330 StringRef FormatStrRef; in checkFortifiedBuiltinMemoryFunction() local
1332 if (ProcessFormatStringLiteral(FormatExpr, FormatStrRef, StrLen, Context)) { in checkFortifiedBuiltinMemoryFunction()
1333 EstimateSizeFormatHandler H(FormatStrRef); in checkFortifiedBuiltinMemoryFunction()
1334 const char *FormatBytes = FormatStrRef.data(); in checkFortifiedBuiltinMemoryFunction()
1418 StringRef FormatStrRef; in checkFortifiedBuiltinMemoryFunction() local
1421 ProcessFormatStringLiteral(FormatExpr, FormatStrRef, StrLen, Context)) { in checkFortifiedBuiltinMemoryFunction()
1422 EstimateSizeFormatHandler H(FormatStrRef); in checkFortifiedBuiltinMemoryFunction()
1423 const char *FormatBytes = FormatStrRef.data(); in checkFortifiedBuiltinMemoryFunction()