Lines Matching refs:OtherT
4746 QualType OtherT = Other->getType();
4749 if (S.Context.hasSameUnqualifiedType(OtherT, ConstantT))
4751 assert((OtherT->isIntegerType() && ConstantT->isIntegerType())
4761 IntRange OtherRange = IntRange::forValueOfType(S.Context, OtherT);
4767 // Check that the constant is representable in type OtherT.
4776 // Check that the constant is representable in type OtherT.
4791 // Check to see if the constant is representable in OtherT.
4799 // The constant value rests between values that OtherT can represent after
4841 << OS.str() << OtherT << IsTrue