Searched refs:HasVAListArg (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | Builtins.cpp | 126 bool &HasVAListArg, const char *Fmt) const { in isLike() argument 137 HasVAListArg = (*Like == Fmt[1]); in isLike() 149 bool &HasVAListArg) { in isPrintfLike() argument 150 return isLike(ID, FormatIdx, HasVAListArg, "pP"); in isPrintfLike() 154 bool &HasVAListArg) { in isScanfLike() argument 155 return isLike(ID, FormatIdx, HasVAListArg, "sS"); in isScanfLike()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Builtins.h | 191 bool isPrintfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg); 196 bool isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg); 243 bool isLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 4340 FSI->HasVAListArg = Format->getFirstArg() == 0; in getFormatStringInfo() 4342 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo() 7254 bool HasVAListArg, unsigned format_idx, 7269 bool HasVAListArg, unsigned format_idx, in checkFormatStringExpr() argument 7324 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 7334 S, C->getFalseExpr(), Args, HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 7386 HasVAListArg, format_idx, in checkFormatStringExpr() 7407 if (HasVAListArg) { in checkFormatStringExpr() 7439 S, Arg, Args, HasVAListArg, format_idx, firstDataArg, Type, in checkFormatStringExpr() 7456 HasVAListArg, format_idx, in checkFormatStringExpr() [all …]
|
| H A D | SemaDecl.cpp | 14999 bool HasVAListArg; in AddKnownFunctionAttributes() local 15000 if (Context.BuiltinInfo.isPrintfLike(BuiltinID, FormatIdx, HasVAListArg)) { in AddKnownFunctionAttributes() 15010 HasVAListArg ? 0 : FormatIdx+2, in AddKnownFunctionAttributes() 15015 HasVAListArg)) { in AddKnownFunctionAttributes() 15020 HasVAListArg ? 0 : FormatIdx+2, in AddKnownFunctionAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 12406 bool HasVAListArg; member 12564 bool HasVAListArg, unsigned format_idx,
|