Home
last modified time | relevance | path

Searched refs:IgnoreReal (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprComplex.cpp50 bool IgnoreReal; member in __anone6b7eb410111::ComplexExprEmitter
54 : 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() argument
1048 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag) in EmitComplexExpr()
DCodeGenFunction.h2865 bool IgnoreReal = false,