HomeSort by relevance Sort by last modified time
    Searched refs:IgnoreReal (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 36 bool IgnoreReal;
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,
790 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag)
CodeGenFunction.h     [all...]

Completed in 53 milliseconds