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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvadefs.h30 #undef _crt_va_arg macro
31 #define _crt_va_arg(ap, type) __builtin_va_arg(ap, type) macro

Completed in 102 milliseconds