Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp316 checker::Type *ETSChecker::CheckBinaryBitwiseOperatorForIntEnums(const checker::Type *const leftTyp… in CheckBinaryBitwiseOperatorForIntEnums() function in ark::es2panda::checker::ETSChecker
453 auto type = CheckBinaryBitwiseOperatorForIntEnums(leftType, rightType); in CheckBinaryOperatorShift()
498 auto type = CheckBinaryBitwiseOperatorForIntEnums(leftType, rightType); in CheckBinaryOperatorBitwise()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h346 checker::Type *CheckBinaryBitwiseOperatorForIntEnums(const checker::Type *const leftType,