Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:filler

440   Expr *filler = E->getArrayFiller();
442 if (CXXConstructExpr *cons = dyn_cast_or_null<CXXConstructExpr>(filler)) {
448 // using the filler expression. We can skip this if the we're
455 // do { *array++ = filler; } while (array != end);
477 // Emit the actual filler expression.
479 if (filler)
480 EmitInitializationToLValue(filler, elementLV);