Searched refs:HasVAListArg (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Builtins.cpp | 264 bool &HasVAListArg, const char *Fmt) const { in isLike() argument 275 HasVAListArg = (*Like == Fmt[1]); in isLike() 287 bool &HasVAListArg) { in isPrintfLike() argument 288 return isLike(ID, FormatIdx, HasVAListArg, "pP"); in isPrintfLike() 292 bool &HasVAListArg) { in isScanfLike() argument 293 return isLike(ID, FormatIdx, HasVAListArg, "sS"); in isScanfLike()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.h | 382 bool isPrintfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg); 387 bool isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg); 447 bool isLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 16934 bool HasVAListArg; in AddKnownFunctionAttributes() local 16935 if (Context.BuiltinInfo.isPrintfLike(BuiltinID, FormatIdx, HasVAListArg)) { in AddKnownFunctionAttributes() 16945 HasVAListArg ? 0 : FormatIdx+2, in AddKnownFunctionAttributes() 16950 HasVAListArg)) { in AddKnownFunctionAttributes() 16955 HasVAListArg ? 0 : FormatIdx+2, in AddKnownFunctionAttributes()
|