Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Ignore

62                  bool ignore)
64 IgnoreResult(ignore) {
77 void EmitFinalDestCopy(const Expr *E, LValue Src, bool Ignore = false);
78 void EmitFinalDestCopy(const Expr *E, RValue Src, bool Ignore = false,
244 EmitFinalDestCopy(E, Src, /*Ignore*/ true, Alignment.getQuantity());
248 void AggExprEmitter::EmitFinalDestCopy(const Expr *E, RValue Src, bool Ignore,
261 (IgnoreResult && Ignore))
289 void AggExprEmitter::EmitFinalDestCopy(const Expr *E, LValue Src, bool Ignore) {
293 EmitFinalDestCopy(E, Src.asAggregateRValue(), Ignore, Alignment.getQuantity());
845 // FIXME: Ignore result?
1207 // Ignore empty classes in C++.