Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp2097 if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsVectorElementConversion()
2408 } else if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsStandardConversion()
2620 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion() function in Sema
2676 IsIntegralPromotion(nullptr, Underlying, ToType); in IsIntegralPromotion()
2833 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
H A DSemaTemplate.cpp7336 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10055 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc5699 …ma19IsIntegralPromotionEPNS_4ExprENS_8QualTypeES3_", "clang::Sema::IsIntegralPromotion(clang::Expr…