Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.cpp329 auto promotedRightType = ApplyUnaryOperatorPromotion(unboxedR, false, !isEqualOp); in CheckBinaryOperatorShift() local
335 promotedRightType == nullptr || in CheckBinaryOperatorShift()
336 !promotedRightType->HasTypeFlag(checker::TypeFlag::ETS_CONVERTIBLE_TO_NUMERIC)) { in CheckBinaryOperatorShift()
341 if (promotedLeftType->HasTypeFlag(TypeFlag::CONSTANT) && promotedRightType->HasTypeFlag(TypeFlag::CONSTANT)) { in CheckBinaryOperatorShift()
342 return HandleBitwiseOperationOnTypes(promotedLeftType, promotedRightType, operationType); in CheckBinaryOperatorShift()

Completed in 2 milliseconds