Searched refs:checkFormatStringExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5656 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, in checkFormatStringExpr() function 5684 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr() 5719 Left = checkFormatStringExpr(S, C->getTrueExpr(), Args, APK, format_idx, in checkFormatStringExpr() 5728 StringLiteralCheckType Right = checkFormatStringExpr( in checkFormatStringExpr() 5780 return checkFormatStringExpr( in checkFormatStringExpr() 5876 StringLiteralCheckType Result = checkFormatStringExpr( in checkFormatStringExpr() 5893 return checkFormatStringExpr( in checkFormatStringExpr() 5901 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr() 5927 return checkFormatStringExpr( in checkFormatStringExpr() 6086 StringLiteralCheckType CT = checkFormatStringExpr( in CheckFormatArguments()
|