Lines Matching defs:ap
898 va_list ap;900 va_start(ap, T);901 while (Constant *Val = va_arg(ap, llvm::Constant*))903 va_end(ap);