OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VPARAMS
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ansidecl.h
55
VPARAMS
((prototype, ...))
57
PARAMS to declare the function,
VPARAMS
to define it. For example:
62
printf
VPARAMS
((const char *format, ...))
82
printf
VPARAMS
((const char *format, ...))
163
#define
VPARAMS
(ARGS) ARGS
214
#define
VPARAMS
(args) (va_alist) va_dcl
system.h
940
#undef
VPARAMS
945
#pragma GCC poison ANSI_PROTOTYPES PTR_CONST LONG_DOUBLE
VPARAMS
VA_OPEN \
[
all
...]
/toolchain/binutils/binutils-2.25/libiberty/
maint-tool
117
s/
VPARAMS
([ \(])/$1/;
149
s/
VPARAMS
//;
/toolchain/binutils/binutils-2.25/include/
ansidecl.h
55
VPARAMS
((prototype, ...))
57
PARAMS to declare the function,
VPARAMS
to define it. For example:
62
printf
VPARAMS
((const char *format, ...))
82
printf
VPARAMS
((const char *format, ...))
163
#define
VPARAMS
(ARGS) ARGS
214
#define
VPARAMS
(args) (va_alist) va_dcl
Completed in 187 milliseconds