Home
last modified time | relevance | path

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

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