Searched refs:VA_CLOSE (Results 1 - 5 of 5) sorted by relevance

/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
H A Dansidecl.h68 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); } macro
218 #define VA_CLOSE(AP) } va_end(AP); } macro
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
H A Dansidecl.h68 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); } macro
218 #define VA_CLOSE(AP) } va_end(AP); } macro
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
H A Dansidecl.h68 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); } macro
218 #define VA_CLOSE(AP) } va_end(AP); } macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dansidecl.h68 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); } macro
218 #define VA_CLOSE(AP) } va_end(AP); } macro
H A Dsystem.h943 #undef VA_CLOSE macro
946 VA_FIXEDARG VA_CLOSE VA_START

Completed in 60 milliseconds