Home | History | Annotate | Download | only in Sema

Lines Matching refs:PromoteTypes

1805     QualType PromoteTypes[6] = {
1811 uint64_t ToSize = Context.getTypeSize(PromoteTypes[Idx]);
1814 FromIsSigned == PromoteTypes[Idx]->isSignedIntegerType())) {
1818 return Context.hasSameUnqualifiedType(ToType, PromoteTypes[Idx]);