Home
last modified time | relevance | path

Searched refs:FormatStrRef (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1123 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()
[all …]