Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15839 QualType PromoteType; in BuildVAArgExpr() local
15841 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
15863 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()
15865 PromoteType = QualType(); in BuildVAArgExpr()
15871 if (!PromoteType.isNull() && in BuildVAArgExpr()
15872 PromoteType->isUnsignedIntegerType() != in BuildVAArgExpr()
15878 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()
15880 PromoteType = QualType(); in BuildVAArgExpr()
15884 PromoteType = Context.DoubleTy; in BuildVAArgExpr()
15885 if (!PromoteType.isNull()) in BuildVAArgExpr()
[all …]