Lines Matching defs:ap
1024 va_list ap;1026 va_start(ap, T);1027 while (Constant *Val = va_arg(ap, llvm::Constant*))1029 va_end(ap);