Home | History | Annotate | Download | only in analyzer

Lines Matching full:va_start

193 <code>va_end</code> macro must happen after calling <code>va_start</code> and
209 va_start(args, x);
220 Every <code>va_start</code> must be matched by a <code>va_end</code>. A va_list
232 va_start(args, x);