Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp1002 QualType OverallPromotionType) { in EmitPromotedComplexOperand() argument
1004 if (!OverallPromotionType.isNull()) in EmitPromotedComplexOperand()
1005 return CGF.EmitPromotedComplexExpr(E, OverallPromotionType); in EmitPromotedComplexOperand()
1009 if (!OverallPromotionType.isNull()) { in EmitPromotedComplexOperand()
1011 OverallPromotionType->castAs<ComplexType>()->getElementType(); in EmitPromotedComplexOperand()