Searched refs:format_idx (Results 1 – 4 of 4) sorted by relevance
/external/dbus/dbus/ |
D | dbus-macros.h | 68 #define _DBUS_GNUC_PRINTF( format_idx, arg_idx ) \ argument 69 __attribute__((__format__ (__printf__, format_idx, arg_idx))) 73 #define _DBUS_GNUC_PRINTF( format_idx, arg_idx ) argument
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
D | SDL_audio.c | 652 static int format_idx; variable 665 for ( format_idx=0; format_idx < NUM_FORMATS; ++format_idx ) { in SDL_FirstAudioFormat() 666 if ( format_list[format_idx][0] == format ) { in SDL_FirstAudioFormat() 676 if ( (format_idx == NUM_FORMATS) || (format_idx_sub == NUM_FORMATS) ) { in SDL_NextAudioFormat() 679 return(format_list[format_idx][format_idx_sub++]); in SDL_NextAudioFormat()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 1623 unsigned format_idx, unsigned firstDataArg, in checkFormatStringExpr() argument 1648 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 1654 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 1705 HasVAListArg, format_idx, in checkFormatStringExpr() 1763 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 1771 HasVAListArg, format_idx, in checkFormatStringExpr() 1790 CheckFormatString(StrE, E, Args, NumArgs, HasVAListArg, format_idx, in checkFormatStringExpr() 1844 bool HasVAListArg, unsigned format_idx, in CheckFormatArguments() argument 1849 if (format_idx >= NumArgs) { in CheckFormatArguments() 1854 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7139 unsigned format_idx, 7147 unsigned format_idx, unsigned firstDataArg, 7156 bool HasVAListArg, unsigned format_idx,
|