Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:CA

750   } else if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) {
753 unsigned N = CA->getNumOperands();
755 printConstant(CA->getOperand(i)); // recurse to print operands
757 << getCppName(CA->getOperand(i)) << ");";