Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp13898 QualType PromoteType; in BuildVAArgExpr() local
13900 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
13901 if (Context.typesAreCompatible(PromoteType, TInfo->getType())) in BuildVAArgExpr()
13902 PromoteType = QualType(); in BuildVAArgExpr()
13905 PromoteType = Context.DoubleTy; in BuildVAArgExpr()
13906 if (!PromoteType.isNull()) in BuildVAArgExpr()
13910 << PromoteType in BuildVAArgExpr()