Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprComplex.cpp46 bool IgnoreReal; member in __anon7fe0cf8b0111::ComplexExprEmitter
50 : 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() argument
835 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag) in EmitComplexExpr()
DCodeGenFunction.h2280 bool IgnoreReal = false,