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 45 bool IgnoreReal;
49 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii) {
58 bool I = IgnoreReal;
59 IgnoreReal = false;
296 if (!IgnoreReal || isVolatile) {
794 ComplexPairTy CodeGenFunction::EmitComplexExpr(const Expr *E, bool IgnoreReal,
799 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag)
CodeGenFunction.h     [all...]

Completed in 33 milliseconds