Home
last modified time | relevance | path

Searched refs:RepairTypeErrorsInOperands (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.cpp20 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()
502 RepairTypeErrorsInOperands( in CheckBinaryOperatorStrictEqual()
[all...]

Completed in 2 milliseconds