Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp179 bool ETSChecker::CheckBinaryPlusMultDivOperandsForUnionType(const Type *leftType, const Type *right… in CheckBinaryPlusMultDivOperandsForUnionType() function in ark::es2panda::checker::ETSChecker
221 if (!CheckBinaryPlusMultDivOperandsForUnionType(leftType, rightType, left, right)) { in CheckBinaryOperatorMulDivMod()
285 if (!CheckBinaryPlusMultDivOperandsForUnionType(leftType, rightType, left, right)) { in CheckBinaryOperatorPlus()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h283 …[[nodiscard]] bool CheckBinaryPlusMultDivOperandsForUnionType(const Type *leftType, const Type *ri…