Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IgnoreResultAssign

63   bool IgnoreResultAssign;
68 : CGF(cgf), Builder(CGF.Builder), IgnoreResultAssign(ira),
77 bool I = IgnoreResultAssign;
78 IgnoreResultAssign = false;
3281 Value *CodeGenFunction::EmitScalarExpr(const Expr *E, bool IgnoreResultAssign) {
3287 Value *V = ScalarExprEmitter(*this, IgnoreResultAssign)