Searched refs:firstDataArg (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 2420 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr() argument 2445 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2451 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2503 firstDataArg, Type, CallType, in checkFormatStringExpr() 2557 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2567 firstDataArg, Type, CallType, in checkFormatStringExpr() 2585 S.CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2628 unsigned firstDataArg, FormatStringType Type, in CheckFormatArguments() argument 2654 format_idx, firstDataArg, Type, CallType, in CheckFormatArguments() 2675 if (Args.size() == firstDataArg) in CheckFormatArguments() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 8576 unsigned format_idx, unsigned firstDataArg, 8594 unsigned firstDataArg, FormatStringType Type,
|