Searched refs:FormatStrRef (Results 1 – 1 of 1) sorted by relevance
1201 StringRef FormatStrRef = Format->getString(); in checkFortifiedBuiltinMemoryFunction() local1206 const char *FormatBytes = FormatStrRef.data(); in checkFortifiedBuiltinMemoryFunction()1214 std::min(std::max(TypeSize, size_t(1)) - 1, FormatStrRef.find(0)); in checkFortifiedBuiltinMemoryFunction()1236 StringRef FormatStrRef = Format->getString(); in checkFortifiedBuiltinMemoryFunction() local1237 EstimateSizeFormatHandler H(FormatStrRef); in checkFortifiedBuiltinMemoryFunction()1238 const char *FormatBytes = FormatStrRef.data(); in checkFortifiedBuiltinMemoryFunction()1246 std::min(std::max(TypeSize, size_t(1)) - 1, FormatStrRef.find(0)); in checkFortifiedBuiltinMemoryFunction()