Home | History | Annotate | Download | only in AST

Lines Matching refs:LHSUnsigned

4530   bool LHSUnsigned = LHSC->isUnsignedIntegerType();
4536 if (LHSUnsigned == RHSUnsigned) { // Both signed or both unsigned.
4542 if (LHSUnsigned) {