Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp1057 auto *RHSComplexType = dyn_cast<ComplexType>(RHSType); in handleComplexFloatConversion() local
1061 RHSComplexType ? RHSComplexType->getElementType() : RHSType; in handleComplexFloatConversion()
1076 if (RHSComplexType) in handleComplexFloatConversion()