Home
last modified time | relevance | path

Searched refs:IsIntegralPromotion (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp1943 } else if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsStandardConversion()
2170 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion() function in Sema
2226 IsIntegralPromotion(nullptr, Underlying, ToType); in IsIntegralPromotion()
2378 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
H A DSemaTemplate.cpp7451 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3782 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);