Searched refs:IsIntegralPromotion (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 1953 if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsVectorElementConversion() 2236 } else if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsStandardConversion() 2443 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion() function in Sema 2499 IsIntegralPromotion(nullptr, Underlying, ToType); in IsIntegralPromotion() 2656 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
|
H A D | SemaTemplate.cpp | 6874 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 9870 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
|