Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
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()
/external/clang/include/clang/Sema/
DSema.h2271 bool IsFloatingPointPromotion(QualType FromType, QualType ToType);
/external/llvm-project/clang/include/clang/Sema/
DSema.h3274 bool IsFloatingPointPromotion(QualType FromType, QualType ToType);