Lines Matching refs:FormatStrRef
1122 StringRef &FormatStrRef, size_t &StrLen, in ProcessFormatStringLiteral() argument
1126 FormatStrRef = Format->getString(); in ProcessFormatStringLiteral()
1132 StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, FormatStrRef.find(0)); in ProcessFormatStringLiteral()
1289 StringRef FormatStrRef; in checkFortifiedBuiltinMemoryFunction() local
1291 if (!ProcessFormatStringLiteral(FormatExpr, FormatStrRef, StrLen, Context)) in checkFortifiedBuiltinMemoryFunction()
1308 const char *FormatBytes = FormatStrRef.data(); in checkFortifiedBuiltinMemoryFunction()
1324 StringRef FormatStrRef; in checkFortifiedBuiltinMemoryFunction() local
1326 if (ProcessFormatStringLiteral(FormatExpr, FormatStrRef, StrLen, Context)) { in checkFortifiedBuiltinMemoryFunction()
1327 EstimateSizeFormatHandler H(FormatStrRef); in checkFortifiedBuiltinMemoryFunction()
1328 const char *FormatBytes = FormatStrRef.data(); in checkFortifiedBuiltinMemoryFunction()
1412 StringRef FormatStrRef; in checkFortifiedBuiltinMemoryFunction() local
1415 ProcessFormatStringLiteral(FormatExpr, FormatStrRef, StrLen, Context)) { in checkFortifiedBuiltinMemoryFunction()
1416 EstimateSizeFormatHandler H(FormatStrRef); in checkFortifiedBuiltinMemoryFunction()
1417 const char *FormatBytes = FormatStrRef.data(); in checkFortifiedBuiltinMemoryFunction()