Searched refs:IgnoreReal (Results 1 – 2 of 2) sorted by relevance
46 bool IgnoreReal; member in __anon7fe0cf8b0111::ComplexExprEmitter50 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii) { in ComplexExprEmitter()59 bool I = IgnoreReal; in TestAndClearIgnoreReal()60 IgnoreReal = false; in TestAndClearIgnoreReal()309 if (!IgnoreReal || isVolatile) { in EmitLoadOfLValue()830 ComplexPairTy CodeGenFunction::EmitComplexExpr(const Expr *E, bool IgnoreReal, in EmitComplexExpr() argument835 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag) in EmitComplexExpr()
2280 bool IgnoreReal = false,