Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7268 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, in checkFormatStringExpr() function
7323 Left = checkFormatStringExpr(S, C->getTrueExpr(), Args, in checkFormatStringExpr()
7333 StringLiteralCheckType Right = checkFormatStringExpr( in checkFormatStringExpr()
7385 return checkFormatStringExpr(S, Init, Args, in checkFormatStringExpr()
7438 StringLiteralCheckType Result = checkFormatStringExpr( in checkFormatStringExpr()
7455 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr()
7487 return checkFormatStringExpr( in checkFormatStringExpr()
7634 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()