Searched refs:hasVAListArg (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6749 unsigned numDataArgs, const char *beg, bool hasVAListArg, in CheckFormatHandler() argument 6756 HasVAListArg(hasVAListArg), Args(Args), FormatIdx(formatIdx), in CheckFormatHandler() 7188 bool hasVAListArg, ArrayRef<const Expr *> Args, in CheckPrintfHandler() argument 7194 numDataArgs, beg, hasVAListArg, Args, formatIdx, in CheckPrintfHandler() 8062 const char *beg, bool hasVAListArg, in CheckScanfHandler() argument 8068 numDataArgs, beg, hasVAListArg, Args, formatIdx, in CheckScanfHandler()
|