Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp47 bool IgnoreReal; member in __anon009c106e0111::ComplexExprEmitter
51 : CGF(cgf), Builder(CGF.Builder), IgnoreReal(ir), IgnoreImag(ii) { in ComplexExprEmitter()
60 bool I = IgnoreReal; in TestAndClearIgnoreReal()
61 IgnoreReal = false; in TestAndClearIgnoreReal()
355 if (!IgnoreReal || isVolatile) { in EmitLoadOfLValue()
1093 ComplexPairTy CodeGenFunction::EmitComplexExpr(const Expr *E, bool IgnoreReal, in EmitComplexExpr() argument
1098 return ComplexExprEmitter(*this, IgnoreReal, IgnoreImag) in EmitComplexExpr()
H A DCodeGenFunction.h3893 bool IgnoreReal = false,