Searched refs:format_idx (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaChecking.cpp | 7526 bool HasVAListArg, unsigned format_idx, 7541 bool HasVAListArg, unsigned format_idx, in checkFormatStringExpr() argument 7596 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 7606 S, C->getFalseExpr(), Args, HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 7658 HasVAListArg, format_idx, in checkFormatStringExpr() 7711 S, Arg, Args, HasVAListArg, format_idx, firstDataArg, Type, in checkFormatStringExpr() 7728 HasVAListArg, format_idx, in checkFormatStringExpr() 7760 S, Arg, Args, HasVAListArg, format_idx, firstDataArg, Type, in checkFormatStringExpr() 7784 CheckFormatString(S, &FStr, E, Args, HasVAListArg, format_idx, in checkFormatStringExpr() 7879 bool HasVAListArg, unsigned format_idx, in CheckFormatArguments() argument [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 12670 bool HasVAListArg, unsigned format_idx,
|