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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DBuiltins.cpp86 bool &HasVAListArg) {
91 HasVAListArg = (*Printf == 'P');
105 bool &HasVAListArg) {
110 HasVAListArg = (*Scanf == 'S');
85 isPrintfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg) argument
104 isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltins.h156 bool isPrintfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
161 bool isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp471 FSI->HasVAListArg = Format->getFirstArg() == 0;
473 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
1651 bool HasVAListArg,
1677 HasVAListArg, format_idx, firstDataArg,
1683 HasVAListArg, format_idx, firstDataArg,
1734 HasVAListArg, format_idx,
1740 // For vprintf* functions (i.e., HasVAListArg==true), we add a
1754 if (HasVAListArg) {
1792 HasVAListArg, format_idx, firstDataArg,
1800 HasVAListArg, format_id
1650 checkFormatStringExpr(const Expr *E, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, bool inFunctionCall) argument
1885 CheckFormatArguments(ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, SourceLocation Loc, SourceRange Range) argument
1952 const bool HasVAListArg; member in class:__anon3195::CheckFormatHandler
3148 CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, bool inFunctionCall, VariadicCallType CallType) argument
[all...]
H A DSemaDecl.cpp9158 bool HasVAListArg; local
9159 if (Context.BuiltinInfo.isPrintfLike(BuiltinID, FormatIdx, HasVAListArg)) {
9168 HasVAListArg ? 0 : FormatIdx+2));
9172 HasVAListArg)) {
9176 HasVAListArg ? 0 : FormatIdx+2));
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7379 bool HasVAListArg; member in struct:clang::Sema::FormatStringInfo
7444 bool HasVAListArg,
7452 ArrayRef<const Expr *> Args, bool HasVAListArg,
7463 bool HasVAListArg, unsigned format_idx,

Completed in 247 milliseconds