Home | History | Annotate | Download | only in Sema

Lines Matching refs:Variadic

2018     // If the element type is a struct or union that contains a variadic
3895 // We allow a zero-parameter variadic function in C if the
3925 EPI.Variadic = FTI.isVariadic;
3933 // potentially variadic.
5879 // Diagnose use of callee-cleanup calling convention on variadic functions.