Home
last modified time | relevance | path

Searched refs:CheckBinaryOperatorForIntEnums (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp279 auto type = CheckBinaryOperatorForIntEnums(leftType, rightType); in CheckBinaryOperatorMulDivMod()
294 checker::Type *ETSChecker::CheckBinaryOperatorForIntEnums(const checker::Type *const leftType, in CheckBinaryOperatorForIntEnums() function in ark::es2panda::checker::ETSChecker
341 …if (auto numericType = CheckBinaryOperatorForIntEnums(leftType, rightType); numericType != nullptr… in CheckBinaryOperatorPlusForEnums()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h344 checker::Type *CheckBinaryOperatorForIntEnums(const checker::Type *const leftType,