Searched refs:format_idx (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-private.hh | 77 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_… argument 81 #define HB_PRINTF_FUNC(format_idx, arg_idx) argument
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2590 bool HasVAListArg, unsigned format_idx, in checkFormatStringExpr() argument 2616 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2622 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2673 HasVAListArg, format_idx, in checkFormatStringExpr() 2728 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2737 HasVAListArg, format_idx, in checkFormatStringExpr() 2756 S.CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2800 bool HasVAListArg, unsigned format_idx, in CheckFormatArguments() argument 2806 if (format_idx >= Args.size()) { in CheckFormatArguments() 2811 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8517 unsigned format_idx, unsigned firstDataArg, 8534 bool HasVAListArg, unsigned format_idx,
|
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 144 GLubyte format_idx; member
|