Searched refs:hasVAListArg (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7988 unsigned numDataArgs, const char *beg, bool hasVAListArg, in CheckFormatHandler() argument 7995 HasVAListArg(hasVAListArg), Args(Args), FormatIdx(formatIdx), in CheckFormatHandler() 8427 bool hasVAListArg, ArrayRef<const Expr *> Args, in CheckPrintfHandler() argument 8433 numDataArgs, beg, hasVAListArg, Args, formatIdx, in CheckPrintfHandler() 9343 const char *beg, bool hasVAListArg, in CheckScanfHandler() argument 9349 numDataArgs, beg, hasVAListArg, Args, formatIdx, in CheckScanfHandler()
|