HomeSort by: relevance | last modified time | path
    Searched refs:IgnoreReal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp 48 bool IgnoreReal;
52 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii) {
61 bool I = IgnoreReal;
62 IgnoreReal = false;
360 if (!IgnoreReal || isVolatile) {
1120 ComplexPairTy CodeGenFunction::EmitComplexExpr(const Expr *E, bool IgnoreReal,
1125 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag)
CodeGenFunction.h 4331 bool IgnoreReal = false,

Completed in 22 milliseconds