Home
last modified time | relevance | path

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

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