reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3174 if (rightSK == Type::STK_Bool) rightSK = Type::STK_Integral; 3174 if (rightSK == Type::STK_Bool) rightSK = Type::STK_Integral; 3177 if (rightSK == Type::STK_CPointer || rightSK == Type::STK_BlockPointer) 3177 if (rightSK == Type::STK_CPointer || rightSK == Type::STK_BlockPointer) 3178 rightSK = Type::STK_ObjCObjectPointer; 3183 return (leftSK == rightSK);