Searched defs:va_arg (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/mpw/
H A Dvarargs.h9 #define va_arg(list,mode) ((mode *)(list += sizeof(mode)))[-1] macro
/openbsd-current/sys/stand/efi/include/
H A Defistdarg.h35 #define va_arg(ap,t) ( *(t *)((ap += _INTSIZEOF(t)) - _INTSIZEOF(t)) ) macro
/openbsd-current/sys/sys/
H A Dstdarg.h36 #define va_arg(ap, type) __builtin_va_arg((ap), type) macro
H A Dvarargs.h44 #define va_arg __builtin_va_arg macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dstdarg.h36 #define va_arg(ap, type) __builtin_va_arg(ap, type) macro
/openbsd-current/gnu/gcc/gcc/ginclude/
H A Dstdarg.h52 #define va_arg(v,l) __builtin_va_arg(v,l) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/ginclude/
H A Dstdarg.h52 #define va_arg(v,l) __builtin_va_arg(v,l) macro

Completed in 122 milliseconds