Searched defs:HasVAListArg (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp128 isLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg, const char *Fmt) const argument
151 isPrintfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg) argument
156 isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6788 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, UncoveredArgHandler &UncoveredArg, llvm::APSInt Offset, bool IgnoreStringsWithoutSpecifiers = false) argument
7126 CheckFormatArguments(ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
7221 const bool HasVAListArg; member in class:__anon2023::CheckFormatHandler
8755 CheckFormatString(Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, bool inFunctionCall, Sema::VariadicCallType CallType, llvm::SmallBitVector &CheckedVarArgs, UncoveredArgHandler &UncoveredArg, bool IgnoreStringsWithoutSpecifiers) argument
[all...]
H A DSemaDecl.cpp14758 bool HasVAListArg; local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12097 bool HasVAListArg; member in struct:clang::final::CompleteTypeKind::FormatStringInfo

Completed in 294 milliseconds