Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:filler

378 /// \brief Determine if E is a trivial array filler, that is, one that is
466 Expr *filler = E->getArrayFiller();
467 bool hasTrivialFiller = isTrivialFiller(filler);
470 // using the filler expression. We can skip this if the we're
477 // do { *array++ = filler; } while (array != end);
499 // Emit the actual filler expression.
501 if (filler)
502 EmitInitializationToLValue(filler, elementLV);