Home | History | Annotate | Download | only in AST

Lines Matching refs:isUnsignedIntegerType

4484   assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize);
4530 bool LHSUnsigned = LHSC->isUnsignedIntegerType();
4531 bool RHSUnsigned = RHSC->isUnsignedIntegerType();