Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp3377 const ComplexType *FromComplex = From->getType()->getAs<ComplexType>(); in PerformImplicitConversion() local
3378 assert(FromComplex); in PerformImplicitConversion()
3380 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()
HDSemaOverload.cpp1887 const ComplexType *FromComplex = FromType->getAs<ComplexType>(); in IsComplexPromotion() local
1888 if (!FromComplex) in IsComplexPromotion()
1895 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()
1897 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()