Home | History | Annotate | Download | only in Sema

Lines Matching refs:STK_Bool

2131   if (leftSK == Type::STK_Bool) leftSK = Type::STK_Integral;
2132 if (rightSK == Type::STK_Bool) rightSK = Type::STK_Integral;