Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IgnoreResultAssign

64   bool IgnoreResultAssign;
69 : CGF(cgf), Builder(CGF.Builder), IgnoreResultAssign(ira),
78 bool I = IgnoreResultAssign;
79 IgnoreResultAssign = false;
3453 Value *CodeGenFunction::EmitScalarExpr(const Expr *E, bool IgnoreResultAssign) {
3457 return ScalarExprEmitter(*this, IgnoreResultAssign)