Searched refs:IsIntegralPromotion (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaOverload.cpp | 1566 } else if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsStandardConversion() 1726 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion() function in clang::Sema 1781 IsIntegralPromotion(From, Underlying, ToType); in IsIntegralPromotion() 1917 IsIntegralPromotion(0, FromComplex->getElementType(), in IsComplexPromotion()
|
| D | SemaTemplate.cpp | 4783 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 1942 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
|