Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConstantT

4419   QualType ConstantT = Constant->getType();
4421 if (S.Context.hasSameUnqualifiedType(OtherT, ConstantT))
4423 assert((OtherT->isIntegerType() && ConstantT->isIntegerType())
4426 bool ConstantSigned = ConstantT->isSignedIntegerType();
4468 if (S.Context.getIntWidth(ConstantT) == S.Context.getIntWidth(CommonT) &&