Searched refs:ApplyBinaryOperatorPromotion (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | arithmetic.cpp | 216 ApplyBinaryOperatorPromotion(unboxedL, unboxedR, TypeFlag::ETS_CONVERTIBLE_TO_NUMERIC, !isEqualOp); in CheckBinaryOperatorMulDivMod() 290 ApplyBinaryOperatorPromotion(unboxedL, unboxedR, TypeFlag::ETS_CONVERTIBLE_TO_NUMERIC, !isEqualOp); in CheckBinaryOperatorPlus() 396 ApplyBinaryOperatorPromotion(unboxedL, unboxedR, TypeFlag::ETS_CONVERTIBLE_TO_NUMERIC, !isEqualOp); in CheckBinaryOperatorBitwise() 672 ApplyBinaryOperatorPromotion(unboxedL, unboxedR, TypeFlag::ETS_PRIMITIVE, !isEqualOp); in CheckBinaryOperatorLessGreater()
|
H A D | helpers.cpp | 281 std::tuple<Type *, bool> ETSChecker::ApplyBinaryOperatorPromotion(Type *left, Type *right, TypeFlag test, in ApplyBinaryOperatorPromotion() function in ark::es2panda::checker::ETSChecker
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSchecker.h | 514 std::tuple<Type *, bool> ApplyBinaryOperatorPromotion(Type *left, Type *right, TypeFlag test,
|
Completed in 9 milliseconds