Searched refs:checkFormatStringExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6328 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, in checkFormatStringExpr() function 6379 Left = checkFormatStringExpr(S, C->getTrueExpr(), Args, in checkFormatStringExpr() 6389 checkFormatStringExpr(S, C->getFalseExpr(), Args, in checkFormatStringExpr() 6441 return checkFormatStringExpr(S, Init, Args, in checkFormatStringExpr() 6494 StringLiteralCheckType Result = checkFormatStringExpr( in checkFormatStringExpr() 6510 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr() 6526 return checkFormatStringExpr( in checkFormatStringExpr() 6667 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()
|