Home | History | Annotate | Download | only in AST

Lines Matching defs:RHSC

4787   const Type *RHSC = getCanonicalType(RHS).getTypePtr();
4792 if (const EnumType *ET = dyn_cast<EnumType>(RHSC))
4793 RHSC = getIntegerTypeForEnum(ET);
4795 if (LHSC == RHSC) return 0;
4798 bool RHSUnsigned = RHSC->isUnsignedIntegerType();
4801 unsigned RHSRank = getIntegerRank(RHSC);