Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Args

71        va_list Args;
72 va_start(Args, RetTy);
73 while (llvm::Type *ArgTy = va_arg(Args, llvm::Type*))
75 va_end(Args);