Searched refs:format_idx (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaChecking.cpp | 1977 bool HasVAListArg, unsigned format_idx, in checkFormatStringExpr() argument 2003 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2009 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2060 HasVAListArg, format_idx, in checkFormatStringExpr() 2118 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2127 HasVAListArg, format_idx, in checkFormatStringExpr() 2146 HasVAListArg, format_idx, in checkFormatStringExpr() 2167 S.CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2235 bool HasVAListArg, unsigned format_idx, in CheckFormatArguments() argument 2241 if (format_idx >= Args.size()) { in CheckFormatArguments() [all …]
|
| /trueos/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 7885 unsigned format_idx, unsigned firstDataArg, 7898 bool HasVAListArg, unsigned format_idx,
|