Searched defs:va_end (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/tests/multiboot/ | ||
| H A D | libc.h | 46 #define va_end(ap) __builtin_va_end(ap) macro |
| /openbmc/qemu/tests/tcg/minilib/ | ||
| H A D | printf.c | 19 #define va_end(ap) __builtin_va_end(ap) macro |