Searched refs:IgnoreReal (Results 1 – 2 of 2) sorted by relevance
52 bool IgnoreReal; member in __anon18403adf0111::ComplexExprEmitter58 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii), in ComplexExprEmitter()66 bool I = IgnoreReal; in TestAndClearIgnoreReal()67 IgnoreReal = false; in TestAndClearIgnoreReal()450 if (!IgnoreReal || isVolatile) { in EmitLoadOfLValue()1481 ComplexPairTy CodeGenFunction::EmitComplexExpr(const Expr *E, bool IgnoreReal, in EmitComplexExpr() argument1486 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag) in EmitComplexExpr()
4853 bool IgnoreReal = false,