Go to the source code of this file.
◆ __va_double_arg
#define __va_double_arg |
( |
|
list, |
|
|
|
mode |
|
) |
| |
Value:( \
#define __va_stack_arg(list, mode)
Definition: stdarg.h:24
corresponding parameters shall have compatible types If one type has a parameter type list and the other type is specified by a function declarator that is not part of a function definition and contains an empty identifier list
Definition: err.english.cc:617
#define _VA_FP_SAVE_AREA
Definition: stdarg.h:20
◆ __va_stack_arg
#define __va_stack_arg |
( |
|
list, |
|
|
|
mode |
|
) |
| |
Value:( \
_VA_ALIGN(sizeof(mode), 4)), \
#define _VA_ALIGN(p, a)
Definition: stdarg.h:21
corresponding parameters shall have compatible types If one type has a parameter type list and the other type is specified by a function declarator that is not part of a function definition and contains an empty identifier list
Definition: err.english.cc:617
◆ _FP
◆ _INT
◆ _STRUCT
◆ _VA_ALIGN
#define _VA_ALIGN |
( |
|
p, |
|
|
|
a |
|
) |
| (((unsigned int)(((char *)p) + ((a) > 4 ? (a) : 4) - 1)) & -((a) > 4 ? (a) : 4)) |
◆ _VA_FP_SAVE_AREA
#define _VA_FP_SAVE_AREA 0x10 |
◆ va_arg
#define va_arg |
( |
|
list, |
|
|
|
mode |
|
) |
| |
Value:((mode *)(((__builtin_classof(mode) ==
_FP && \
__builtin_alignof(mode) == sizeof(double)) \
#define _FP
Definition: stdarg.h:16
#define __va_stack_arg(list, mode)
Definition: stdarg.h:24
corresponding parameters shall have compatible types If one type has a parameter type list and the other type is specified by a function declarator that is not part of a function definition and contains an empty identifier list
Definition: err.english.cc:617
#define __va_double_arg(list, mode)
Definition: stdarg.h:30
◆ va_end
◆ va_start
#define va_start |
( |
|
vp, |
|
|
|
parmN |
|
) |
| (vp = ((va_list)&parmN + sizeof(parmN))) |
◆ va_list