Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1953 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 DSemaTemplate.cpp6874 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9870 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);