HomeSort by: relevance | last modified time | path
    Searched defs:FormatStringLiteral (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 7204 class FormatStringLiteral {
7209 FormatStringLiteral(const StringLiteral *fexpr, int64_t Offset = 0)
7251 static void CheckFormatString(Sema &S, const FormatStringLiteral *FExpr,
7511 FormatStringLiteral FStr(StrE, Offset.sextOrTrunc(64).getSExtValue());
7695 const FormatStringLiteral *FExpr;
7713 CheckFormatHandler(Sema &s, const FormatStringLiteral *fexpr,
8151 CheckPrintfHandler(Sema &s, const FormatStringLiteral *fexpr,
9068 CheckScanfHandler(Sema &s, const FormatStringLiteral *fexpr,
9238 static void CheckFormatString(Sema &S, const FormatStringLiteral *FExpr,
SemaChecking.cpp 7204 class FormatStringLiteral {
7209 FormatStringLiteral(const StringLiteral *fexpr, int64_t Offset = 0)
7251 static void CheckFormatString(Sema &S, const FormatStringLiteral *FExpr,
7511 FormatStringLiteral FStr(StrE, Offset.sextOrTrunc(64).getSExtValue());
7695 const FormatStringLiteral *FExpr;
7713 CheckFormatHandler(Sema &s, const FormatStringLiteral *fexpr,
8151 CheckPrintfHandler(Sema &s, const FormatStringLiteral *fexpr,
9068 CheckScanfHandler(Sema &s, const FormatStringLiteral *fexpr,
9238 static void CheckFormatString(Sema &S, const FormatStringLiteral *FExpr,

Completed in 54 milliseconds