Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp51 bool IgnoreReal; member in __anon18403adf0111::ComplexExprEmitter
57 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii), in ComplexExprEmitter()
65 bool I = IgnoreReal; in TestAndClearIgnoreReal()
66 IgnoreReal = false; in TestAndClearIgnoreReal()
443 if (!IgnoreReal || isVolatile) { in EmitLoadOfLValue()
1488 ComplexPairTy CodeGenFunction::EmitComplexExpr(const Expr *E, bool IgnoreReal, in EmitComplexExpr() argument
1493 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag) in EmitComplexExpr()
H A DCodeGenFunction.h5033 ComplexPairTy EmitComplexExpr(const Expr *E, bool IgnoreReal = false,