Searched refs:IsIntegralPromotion (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1771 } else if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsStandardConversion() 1985 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion() function in Sema 2041 IsIntegralPromotion(nullptr, Underlying, ToType); in IsIntegralPromotion() 2191 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
|
| H A D | SemaTemplate.cpp | 6458 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 2572 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
|