Home
last modified time | relevance | path

Searched refs:HasVAListArg (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DBuiltins.cpp127 bool &HasVAListArg, const char *Fmt) const { in isLike() argument
138 HasVAListArg = (*Like == Fmt[1]); in isLike()
150 bool &HasVAListArg) { in isPrintfLike() argument
151 return isLike(ID, FormatIdx, HasVAListArg, "pP"); in isPrintfLike()
155 bool &HasVAListArg) { in isScanfLike() argument
156 return isLike(ID, FormatIdx, HasVAListArg, "sS"); in isScanfLike()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltins.h190 bool isPrintfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
195 bool isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
236 bool isLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp3928 FSI->HasVAListArg = Format->getFirstArg() == 0; in getFormatStringInfo()
6329 bool HasVAListArg, unsigned format_idx, in checkFormatStringExpr() argument
6442 HasVAListArg, format_idx, in checkFormatStringExpr()
6463 if (HasVAListArg) { in checkFormatStringExpr()
6511 HasVAListArg, format_idx, in checkFormatStringExpr()
6734 const bool HasVAListArg; member in __anon7dcd61c00f11::CheckFormatHandler
6992 if (!HasVAListArg) { in DoneProcessing()
7273 if (!HasVAListArg) { in HandleAmount()
7667 if (HasVAListArg) in HandlePrintfSpecifier()
8171 if (HasVAListArg) in HandleScanfSpecifier()
[all …]
H A DSemaDecl.cpp13554 bool HasVAListArg; in AddKnownFunctionAttributes() local
13555 if (Context.BuiltinInfo.isPrintfLike(BuiltinID, FormatIdx, HasVAListArg)) { in AddKnownFunctionAttributes()
13565 HasVAListArg ? 0 : FormatIdx+2, in AddKnownFunctionAttributes()
13570 HasVAListArg)) { in AddKnownFunctionAttributes()
13575 HasVAListArg ? 0 : FormatIdx+2, in AddKnownFunctionAttributes()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10473 bool HasVAListArg; member
10580 bool HasVAListArg, unsigned format_idx,