Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getInit

238       CGM.ErrorUnsupported(D.getInit(), "constant l-value expression");
322 if (D.getInit())
854 if (D.getInit() && (Ty->isArrayType() || Ty->isRecordType()) &&
858 D.getInit()->isConstantInitializer(getContext(), false)))) {
1014 Expr *Init = VD->getInit();
1059 const Expr *Init = D.getInit();