Home | History | Annotate | Download | only in Sema

Lines Matching full:rightsk

3061   Type::ScalarTypeKind rightSK = right->getScalarTypeKind();
3063 if (rightSK == Type::STK_Bool) rightSK = Type::STK_Integral;
3066 if (rightSK == Type::STK_CPointer || rightSK == Type::STK_BlockPointer)
3067 rightSK = Type::STK_ObjCObjectPointer;
3072 return (leftSK == rightSK);