Searched refs:IgnoreReal (Results 1 – 2 of 2) sorted by relevance
48 bool IgnoreReal; member in __anon7a4d3f6a0111::ComplexExprEmitter52 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii) { in ComplexExprEmitter()61 bool I = IgnoreReal; in TestAndClearIgnoreReal()62 IgnoreReal = false; in TestAndClearIgnoreReal()360 if (!IgnoreReal || isVolatile) { in EmitLoadOfLValue()1120 ComplexPairTy CodeGenFunction::EmitComplexExpr(const Expr *E, bool IgnoreReal, in EmitComplexExpr() argument1125 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag) in EmitComplexExpr()
4331 bool IgnoreReal = false,