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