Searched refs:IgnoreReal (Results 1 – 2 of 2) sorted by relevance
47 bool IgnoreReal; member in __anon009c106e0111::ComplexExprEmitter51 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii) { in ComplexExprEmitter()60 bool I = IgnoreReal; in TestAndClearIgnoreReal()61 IgnoreReal = false; in TestAndClearIgnoreReal()355 if (!IgnoreReal || isVolatile) { in EmitLoadOfLValue()1093 ComplexPairTy CodeGenFunction::EmitComplexExpr(const Expr *E, bool IgnoreReal, in EmitComplexExpr() argument1098 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag) in EmitComplexExpr()
3893 bool IgnoreReal = false,