Searched refs:ApplyBinaryOperatorPromotion (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
D | arithmetic.cpp | 184 ApplyBinaryOperatorPromotion(unboxedL, unboxedR, TypeFlag::ETS_NUMERIC, !isEqualOp); in CheckBinaryOperatorMulDivMod() 224 ApplyBinaryOperatorPromotion(unboxedL, unboxedR, TypeFlag::ETS_NUMERIC, !isEqualOp); in CheckBinaryOperatorPlus() 306 ApplyBinaryOperatorPromotion(unboxedL, unboxedR, TypeFlag::ETS_NUMERIC, !isEqualOp); in CheckBinaryOperatorBitwise() 456 ApplyBinaryOperatorPromotion(unboxedL, unboxedR, TypeFlag::ETS_NUMERIC, !isEqualOp); in CheckBinaryOperatorLessGreater()
|
D | helpers.cpp | 751 std::tuple<Type *, bool> ETSChecker::ApplyBinaryOperatorPromotion(Type *left, Type *right, TypeFlag… in ApplyBinaryOperatorPromotion() function in panda::es2panda::checker::ETSChecker
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
D | ETSchecker.h | 452 std::tuple<Type *, bool> ApplyBinaryOperatorPromotion(Type *left, Type *right, TypeFlag test,
|