Searched refs:__va_num (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/headers/build/gcc-2.95.3/
H A Dva-clipper.h12 int __va_num; /* number of args processed */ member in struct:__anon6
31 (AP).__va_num = __builtin_args_info (0), \
39 (AP).__va_num = __builtin_args_info (0))
49 (*((AP).__va_num < 2 && __builtin_classify_type (* (TYPE *)0) < 12 \
51 ? ((TYPE *)(AP).__va_reg[2 * (AP).__va_num++ + 1]) \
52 : ((TYPE *)(AP).__va_reg[2 * (AP).__va_num++ ])) \
53 : ((AP).__va_num++, __va_round (AP,TYPE), ((TYPE *)((AP).__va_ap))++)))

Completed in 68 milliseconds