Searched refs:_VA_LIST (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/ginclude/
H A Dstdarg.h66 #undef _VA_LIST macro
74 /* SVR4.2 uses _VA_LIST for an internal alias for va_list,
76 SVR4 uses _VA_LIST as a flag in stdarg.h, but we should
81 #ifndef _VA_LIST
82 #define _VA_LIST va_list macro
99 /* The macro _VA_LIST is used in SCO Unix 3.2. */
100 #ifndef _VA_LIST
108 #endif /* not _VA_LIST */
113 #ifndef _VA_LIST
114 #define _VA_LIST macro
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdarg.h13 #ifndef _VA_LIST
15 #define _VA_LIST macro

Completed in 56 milliseconds