Home
last modified time | relevance | path

Searched refs:format_idx (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dattrs.h48 #define LIKE_PRINTF(format_idx, arg_idx) \ argument
49 __attribute__((__format__(__printf__, format_idx, arg_idx)))
51 #define LIKE_PRINTF(format_idx, arg_idx) /* no attribute */ argument
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7269 bool HasVAListArg, unsigned format_idx, in checkFormatStringExpr() argument
7386 HasVAListArg, format_idx, in checkFormatStringExpr()
7456 HasVAListArg, format_idx, in checkFormatStringExpr()
7512 CheckFormatString(S, &FStr, E, Args, HasVAListArg, format_idx, in checkFormatStringExpr()
7613 if (format_idx >= Args.size()) { in CheckFormatArguments()
7618 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments()
7660 SourceLocation FormatLoc = Args[format_idx]->getBeginLoc(); in CheckFormatArguments()
9252 S, inFunctionCall, Args[format_idx], in CheckFormatString()
9279 S, inFunctionCall, Args[format_idx], in CheckFormatString()
9289 S, inFunctionCall, Args[format_idx], in CheckFormatString()
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12564 bool HasVAListArg, unsigned format_idx,