Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp8726 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, in checkFormatStringExpr() function
8754 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
8789 Left = checkFormatStringExpr(S, C->getTrueExpr(), Args, APK, format_idx, in checkFormatStringExpr()
8798 StringLiteralCheckType Right = checkFormatStringExpr( in checkFormatStringExpr()
8850 return checkFormatStringExpr( in checkFormatStringExpr()
8946 StringLiteralCheckType Result = checkFormatStringExpr( in checkFormatStringExpr()
8963 return checkFormatStringExpr( in checkFormatStringExpr()
8971 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
8997 return checkFormatStringExpr( in checkFormatStringExpr()
9157 StringLiteralCheckType CT = checkFormatStringExpr( in CheckFormatArguments()