Searched refs:RepairTypeErrorsInOperands (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | arithmetic.cpp | 20 static inline void RepairTypeErrorsInOperands(Type **left, Type **right) in RepairTypeErrorsInOperands() function 208 RepairTypeErrorsInOperands(&leftType, &rightType); in CheckBinaryOperatorMulDivMod() 209 RepairTypeErrorsInOperands(&unboxedL, &unboxedR); in CheckBinaryOperatorMulDivMod() 269 RepairTypeErrorsInOperands(&leftType, &rightType); in CheckBinaryOperatorPlus() 270 RepairTypeErrorsInOperands(&unboxedL, &unboxedR); in CheckBinaryOperatorPlus() 377 RepairTypeErrorsInOperands(&leftType, &rightType); in CheckBinaryOperatorBitwise() 378 RepairTypeErrorsInOperands(&unboxedL, &unboxedR); in CheckBinaryOperatorBitwise() 417 RepairTypeErrorsInOperands(&leftType, &rightType); in CheckBinaryOperatorLogical() 418 RepairTypeErrorsInOperands(&unboxedL, &unboxedR); in CheckBinaryOperatorLogical() 496 RepairTypeErrorsInOperands(&leftType, &rightType); in CheckBinaryOperatorStrictEqual() [all …]
|