Searched refs:IsIntegralPromotion (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 1640 } else if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsStandardConversion() 1829 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion() function in Sema 1885 IsIntegralPromotion(nullptr, Underlying, ToType); in IsIntegralPromotion() 2022 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
|
D | SemaTemplate.cpp | 5138 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOverload.cpp | 1837 } else if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsStandardConversion() 2062 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion() function in Sema 2118 IsIntegralPromotion(nullptr, Underlying, ToType); in IsIntegralPromotion() 2269 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
|
D | SemaTemplate.cpp | 7168 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2270 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3273 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
|