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

/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp36 bool IgnoreReal; member in class:__anon45::ComplexExprEmitter
40 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii) {
49 bool I = IgnoreReal;
50 IgnoreReal = false;
295 if (!IgnoreReal || isVolatile) {
785 ComplexPairTy CodeGenFunction::EmitComplexExpr(const Expr *E, bool IgnoreReal, argument
790 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag)
H A DCodeGenFunction.h2411 bool IgnoreReal = false,

Completed in 30 milliseconds