Searched defs:unboxedR (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | arithmetic.cpp | 180 … checker::Type *const rightType, Type *unboxedL, Type *unboxedR) in CheckBinaryOperatorMulDivMod() 208 … checker::Type *const rightType, Type *unboxedL, Type *unboxedR) in CheckBinaryOperatorPlus() 243 … checker::Type *const rightType, Type *unboxedL, Type *unboxedR) in CheckBinaryOperatorShift() 292 … checker::Type *const rightType, Type *unboxedL, Type *unboxedR) in CheckBinaryOperatorBitwise() 324 … checker::Type *const rightType, Type *unboxedL, Type *unboxedR) in CheckBinaryOperatorLogical() 373 checker::Type *const leftType, checker::Type *const rightType, Type *unboxedL, Type *unboxedR) in CheckBinaryOperatorEqual() 446 …lOp, checker::Type *const leftType, checker::Type *const rightType, Type *unboxedL, Type *unboxedR) in CheckBinaryOperatorLessGreater() 584 Type *unboxedR; member 656 Type *unboxedR = isLogicalExtendedOperator ? ETSBuiltinTypeAsConditionalType(rightType) in CheckBinaryOperator() local
|
| D | helpers.cpp | 755 Type *unboxedR = ETSBuiltinTypeAsPrimitiveType(right); in ApplyBinaryOperatorPromotion() local 799 checker::Type *unboxedR) in ApplyConditionalOperatorPromotion()
|