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

/external/clang/lib/Basic/
H A DBuiltins.cpp93 bool &HasVAListArg, const char *Fmt) const {
104 HasVAListArg = (*Like == Fmt[1]);
116 bool &HasVAListArg) {
117 return isLike(ID, FormatIdx, HasVAListArg, "pP");
121 bool &HasVAListArg) {
122 return isLike(ID, FormatIdx, HasVAListArg, "sS");
92 isLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg, const char *Fmt) const argument
115 isPrintfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg) argument
120 isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg) argument
/external/clang/include/clang/Basic/
H A DBuiltins.h167 bool isPrintfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
172 bool isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
203 bool isLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg,
/external/clang/lib/Sema/
H A DSemaChecking.cpp1163 FSI->HasVAListArg = Format->getFirstArg() == 0;
1165 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
3020 bool HasVAListArg, unsigned format_idx,
3046 HasVAListArg, format_idx, firstDataArg,
3052 HasVAListArg, format_idx, firstDataArg,
3103 HasVAListArg, format_idx,
3109 // For vprintf* functions (i.e., HasVAListArg==true), we add a
3123 if (HasVAListArg) {
3158 HasVAListArg, format_idx, firstDataArg,
3167 HasVAListArg, format_id
3019 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, Sema::VariadicCallType CallType, bool InFunctionCall, llvm::SmallBitVector &CheckedVarArgs) argument
3229 CheckFormatArguments(ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
3298 const bool HasVAListArg; member in class:__anon1479::CheckFormatHandler
4659 CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, bool inFunctionCall, VariadicCallType CallType, llvm::SmallBitVector &CheckedVarArgs) argument
[all...]
H A DSemaDecl.cpp11425 bool HasVAListArg; local
11426 if (Context.BuiltinInfo.isPrintfLike(BuiltinID, FormatIdx, HasVAListArg)) {
11436 HasVAListArg ? 0 : FormatIdx+2,
11441 HasVAListArg)) {
11446 HasVAListArg ? 0 : FormatIdx+2,
/external/clang/include/clang/Sema/
H A DSema.h8957 bool HasVAListArg; member in struct:clang::Sema::FormatStringInfo
9041 ArrayRef<const Expr *> Args, bool HasVAListArg,
9059 bool HasVAListArg, unsigned format_idx,

Completed in 128 milliseconds