Searched refs:IsIntegralPromotion (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 2097 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 D | SemaTemplate.cpp | 7336 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10055 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5699 …ma19IsIntegralPromotionEPNS_4ExprENS_8QualTypeES3_", "clang::Sema::IsIntegralPromotion(clang::Expr…
|