Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp1840 } else if (S.IsFloatingPointPromotion(FromType, ToType)) { in IsStandardConversion()
2225 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) { in IsFloatingPointPromotion() function in Sema
2269 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3657 bool IsFloatingPointPromotion(QualType FromType, QualType ToType);