OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VA_FIXEDARG
(Results
1 - 3
of
3
) 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
68
also provide the VA_OPEN, VA_CLOSE, and
VA_FIXEDARG
macros. These
73
Immediately after VA_OPEN, put a sequence of
VA_FIXEDARG
calls
87
VA_FIXEDARG
(ap, const char *, format);
97
VA_FIXEDARG
sequence. Also, VA_OPEN and VA_CLOSE are the beginning
167
/* "struct Qdmy" swallows the semicolon after VA_OPEN/
VA_FIXEDARG
's
172
#define
VA_FIXEDARG
(AP, T, N) struct Qdmy
219
#define
VA_FIXEDARG
(AP, TYPE, NAME) TYPE NAME = va_arg(AP, TYPE)
system.h
942
#undef
VA_FIXEDARG
946
VA_FIXEDARG
VA_CLOSE VA_START
[
all
...]
/toolchain/binutils/binutils-2.25/include/
ansidecl.h
68
also provide the VA_OPEN, VA_CLOSE, and
VA_FIXEDARG
macros. These
73
Immediately after VA_OPEN, put a sequence of
VA_FIXEDARG
calls
87
VA_FIXEDARG
(ap, const char *, format);
97
VA_FIXEDARG
sequence. Also, VA_OPEN and VA_CLOSE are the beginning
167
/* "struct Qdmy" swallows the semicolon after VA_OPEN/
VA_FIXEDARG
's
172
#define
VA_FIXEDARG
(AP, T, N) struct Qdmy
219
#define
VA_FIXEDARG
(AP, TYPE, NAME) TYPE NAME = va_arg(AP, TYPE)
Completed in 151 milliseconds