HomeSort by relevance Sort by last modified time
    Searched refs:VA_CLOSE (Results 1 - 2 of 2) 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
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...]

Completed in 722 milliseconds