Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1931 if (S.IsFloatingPointPromotion(FromType, ToType)) { in IsVectorElementConversion()
2240 } else if (S.IsFloatingPointPromotion(FromType, ToType)) { in IsStandardConversion()
2608 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) { in IsFloatingPointPromotion() function in Sema
2654 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9875 bool IsFloatingPointPromotion(QualType FromType, QualType ToType);