Home | History | Annotate | Download | only in AST

Lines Matching refs:getArrayFiller

1368                                    Value.getArrayFiller());
2049 Result.getArrayFiller() = APValue(Value);
2071 NewValue.getArrayInitializedElt(I) = Array.getArrayFiller();
2073 NewValue.getArrayFiller() = Array.getArrayFiller();
2181 O = &O->getArrayFiller();
5493 getArrayFiller(), Info, Subobject, &VIE);
5532 Filler = Result.getArrayFiller();
5536 const Expr *FillerExpr = E->hasArrayFiller() ? E->getArrayFiller() : nullptr;
5551 Result.getArrayFiller() = Filler;
5575 return EvaluateInPlace(Result.getArrayFiller(), Info, Subobject,
5594 HadZeroInit && Value->hasArrayFiller() ? Value->getArrayFiller()