Searched refs:IgnoreReal (Results 1 – 2 of 2) sorted by relevance
50 bool IgnoreReal; member in __anone6b7eb410111::ComplexExprEmitter54 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii) { in ComplexExprEmitter()63 bool I = IgnoreReal; in TestAndClearIgnoreReal()64 IgnoreReal = false; in TestAndClearIgnoreReal()329 if (!IgnoreReal || isVolatile) { in EmitLoadOfLValue()1043 ComplexPairTy CodeGenFunction::EmitComplexExpr(const Expr *E, bool IgnoreReal, in EmitComplexExpr() argument1048 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag) in EmitComplexExpr()
2865 bool IgnoreReal = false,