Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp1775 } else if (S.IsFloatingPointPromotion(FromType, ToType)) { in IsStandardConversion()
2146 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) { in IsFloatingPointPromotion() function in Sema
2189 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2573 bool IsFloatingPointPromotion(QualType FromType, QualType ToType);