Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp2262 QualType PromoteTypes[6] = { in IsIntegralPromotion() local
2268 uint64_t ToSize = Context.getTypeSize(PromoteTypes[Idx]); in IsIntegralPromotion()
2271 FromIsSigned == PromoteTypes[Idx]->isSignedIntegerType())) { in IsIntegralPromotion()
2275 return Context.hasSameUnqualifiedType(ToType, PromoteTypes[Idx]); in IsIntegralPromotion()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7168 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType() local
7170 for (const auto &PT : PromoteTypes) { in getPromotedIntegerType()