Home | History | Annotate | Download | only in Sema

Lines Matching refs:OtherT

4418   QualType OtherT = Other->getType();
4421 if (S.Context.hasSameUnqualifiedType(OtherT, ConstantT))
4423 assert((OtherT->isIntegerType() && ConstantT->isIntegerType())
4433 IntRange OtherRange = IntRange::forValueOfType(S.Context, OtherT);
4439 // Check that the constant is representable in type OtherT.
4448 // Check that the constant is representable in type OtherT.
4463 // Check to see if the constant is representable in OtherT.
4471 // The constant value rests between values that OtherT can represent after
4513 << OS.str() << OtherT << IsTrue