Searched refs:FormatStrRef (Results 1 – 1 of 1) sorted by relevance
1093 StringRef &FormatStrRef, size_t &StrLen, in ProcessFormatStringLiteral() argument1097 FormatStrRef = Format->getString(); in ProcessFormatStringLiteral()1103 StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, FormatStrRef.find(0)); in ProcessFormatStringLiteral()1260 StringRef FormatStrRef; in checkFortifiedBuiltinMemoryFunction() local1279 const char *FormatBytes = FormatStrRef.data(); in checkFortifiedBuiltinMemoryFunction()1295 StringRef FormatStrRef; in checkFortifiedBuiltinMemoryFunction() local1298 EstimateSizeFormatHandler H(FormatStrRef); in checkFortifiedBuiltinMemoryFunction()1299 const char *FormatBytes = FormatStrRef.data(); in checkFortifiedBuiltinMemoryFunction()1383 StringRef FormatStrRef; in checkFortifiedBuiltinMemoryFunction() local1387 EstimateSizeFormatHandler H(FormatStrRef); in checkFortifiedBuiltinMemoryFunction()[all …]