HomeSort by: relevance | last modified time | path
    Searched refs:_VA_LIST (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdarg.h 72 /* SVR4.2 uses _VA_LIST for an internal alias for va_list,
74 SVR4 uses _VA_LIST as a flag in stdarg.h, but we should
79 #ifndef _VA_LIST
80 #define _VA_LIST va_list
97 /* The macro _VA_LIST is used in SCO Unix 3.2. */
98 #ifndef _VA_LIST
106 #endif /* not _VA_LIST */
111 #ifndef _VA_LIST
112 #define _VA_LIST
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdarg.h 68 /* SVR4.2 uses _VA_LIST for an internal alias for va_list,
70 SVR4 uses _VA_LIST as a flag in stdarg.h, but we should
75 #ifndef _VA_LIST
76 #define _VA_LIST va_list
93 /* The macro _VA_LIST is used in SCO Unix 3.2. */
94 #ifndef _VA_LIST
102 #endif /* not _VA_LIST */
107 #ifndef _VA_LIST
108 #define _VA_LIST
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdarg.h 13 #ifndef _VA_LIST
15 #define _VA_LIST

Completed in 26 milliseconds