Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp1550 } else if (S.IsFloatingPointPromotion(FromType, ToType)) { in IsStandardConversion()
1853 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) { in IsFloatingPointPromotion() function in Sema
1895 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()
/external/clang/include/clang/Sema/
DSema.h2031 bool IsFloatingPointPromotion(QualType FromType, QualType ToType);