clang 22.0.0git
__stdarg_va_arg.h File Reference

Go to the source code of this file.

Macros

#define va_start(ap, param)
#define va_end(ap)
#define va_arg(ap, type)

Macro Definition Documentation

◆ va_arg

#define va_arg ( ap,
type )
Value:
__builtin_va_arg(ap, type)

Definition at line 20 of file __stdarg_va_arg.h.

Referenced by __clang_Interpreter_SetValueNoAlloc().

◆ va_end

#define va_end ( ap)
Value:
__builtin_va_end(ap)

Definition at line 19 of file __stdarg_va_arg.h.

Referenced by __clang_Interpreter_SetValueNoAlloc().

◆ va_start

#define va_start ( ap,
param )
Value:
__builtin_va_start(ap, param)

Definition at line 17 of file __stdarg_va_arg.h.

Referenced by __clang_Interpreter_SetValueNoAlloc().