Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp3020 const ComplexType *FromComplex = From->getType()->getAs<ComplexType>(); in PerformImplicitConversion() local
3021 assert(FromComplex); in PerformImplicitConversion()
3023 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()
H A DSemaOverload.cpp1873 const ComplexType *FromComplex = FromType->getAs<ComplexType>(); in IsComplexPromotion() local
1874 if (!FromComplex) in IsComplexPromotion()
1881 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()
1883 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()