OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VA_CLOSE
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
ansidecl.h
68
also provide the VA_OPEN,
VA_CLOSE
, and VA_FIXEDARG macros. These
72
VA_OPEN and
VA_CLOSE
are used *instead of* va_start and va_end.
90
VA_CLOSE
(ap);
97
VA_FIXEDARG sequence. Also, VA_OPEN and
VA_CLOSE
are the beginning
100
VA_CLOSE
. Unfortunately, with a K+R compiler, that includes the
101
argument list. You can have multiple instances of VA_OPEN/
VA_CLOSE
171
#define
VA_CLOSE
(AP) } va_end(AP); }
218
#define
VA_CLOSE
(AP) } va_end(AP); }
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
ansidecl.h
68
also provide the VA_OPEN,
VA_CLOSE
, and VA_FIXEDARG macros. These
72
VA_OPEN and
VA_CLOSE
are used *instead of* va_start and va_end.
90
VA_CLOSE
(ap);
97
VA_FIXEDARG sequence. Also, VA_OPEN and
VA_CLOSE
are the beginning
100
VA_CLOSE
. Unfortunately, with a K+R compiler, that includes the
101
argument list. You can have multiple instances of VA_OPEN/
VA_CLOSE
171
#define
VA_CLOSE
(AP) } va_end(AP); }
218
#define
VA_CLOSE
(AP) } va_end(AP); }
/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
72
VA_OPEN and
VA_CLOSE
are used *instead of* va_start and va_end.
90
VA_CLOSE
(ap);
97
VA_FIXEDARG sequence. Also, VA_OPEN and
VA_CLOSE
are the beginning
100
VA_CLOSE
. Unfortunately, with a K+R compiler, that includes the
101
argument list. You can have multiple instances of VA_OPEN/
VA_CLOSE
171
#define
VA_CLOSE
(AP) } va_end(AP); }
218
#define
VA_CLOSE
(AP) } va_end(AP); }
system.h
943
#undef
VA_CLOSE
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
72
VA_OPEN and
VA_CLOSE
are used *instead of* va_start and va_end.
90
VA_CLOSE
(ap);
97
VA_FIXEDARG sequence. Also, VA_OPEN and
VA_CLOSE
are the beginning
100
VA_CLOSE
. Unfortunately, with a K+R compiler, that includes the
101
argument list. You can have multiple instances of VA_OPEN/
VA_CLOSE
171
#define
VA_CLOSE
(AP) } va_end(AP); }
218
#define
VA_CLOSE
(AP) } va_end(AP); }
Completed in 440 milliseconds