Searched refs:FormatStrRef (Results 1 – 1 of 1) sorted by relevance
1160 StringRef FormatStrRef = Format->getString(); in checkFortifiedBuiltinMemoryFunction() local1165 const char *FormatBytes = FormatStrRef.data(); in checkFortifiedBuiltinMemoryFunction()1173 std::min(std::max(TypeSize, size_t(1)) - 1, FormatStrRef.find(0)); in checkFortifiedBuiltinMemoryFunction()1195 StringRef FormatStrRef = Format->getString(); in checkFortifiedBuiltinMemoryFunction() local1196 EstimateSizeFormatHandler H(FormatStrRef); in checkFortifiedBuiltinMemoryFunction()1197 const char *FormatBytes = FormatStrRef.data(); in checkFortifiedBuiltinMemoryFunction()1205 std::min(std::max(TypeSize, size_t(1)) - 1, FormatStrRef.find(0)); in checkFortifiedBuiltinMemoryFunction()