Searched refs:FormatStringLiteral (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6265 class FormatStringLiteral { class 6270 FormatStringLiteral(const StringLiteral *fexpr, int64_t Offset = 0) in FormatStringLiteral() function in __anon7dcd61c00e11::FormatStringLiteral 6312 static void CheckFormatString(Sema &S, const FormatStringLiteral *FExpr, 6549 FormatStringLiteral FStr(StrE, Offset.sextOrTrunc(64).getSExtValue()); in checkFormatStringExpr() 6728 const FormatStringLiteral *FExpr; 6746 CheckFormatHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckFormatHandler() 7184 CheckPrintfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckPrintfHandler() 8059 CheckScanfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckScanfHandler() 8228 static void CheckFormatString(Sema &S, const FormatStringLiteral *FExpr, in CheckFormatString()
|