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 46 bool IgnoreReal;
50 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii) {
59 bool I = IgnoreReal;
60 IgnoreReal = false;
309 if (!IgnoreReal || isVolatile) {
830 ComplexPairTy CodeGenFunction::EmitComplexExpr(const Expr *E, bool IgnoreReal,
835 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag)
    [all...]
CodeGenFunction.h     [all...]

Completed in 34 milliseconds