Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IgnoreResultAssign

62   bool IgnoreResultAssign;
67 : CGF(cgf), Builder(CGF.Builder), IgnoreResultAssign(ira),
76 bool I = IgnoreResultAssign;
77 IgnoreResultAssign = false;
2741 Value *CodeGenFunction::EmitScalarExpr(const Expr *E, bool IgnoreResultAssign) {
2747 Value *V = ScalarExprEmitter(*this, IgnoreResultAssign)