Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp1841 } else if (S.IsFloatingPointPromotion(FromType, ToType)) { in IsStandardConversion()
2224 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) { in IsFloatingPointPromotion() function in Sema
2267 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3405 bool IsFloatingPointPromotion(QualType FromType, QualType ToType);