Searched defs:unboxedL (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 …bool isEqualOp, checker::Type *const leftType, checker::Type *const rightType, Type *unboxedL, Typ… in CheckBinaryOperatorLessGreater() 583 Type *unboxedL; member 654 Type *unboxedL = in CheckBinaryOperator() local
|
| D | helpers.cpp | 754 Type *unboxedL = ETSBuiltinTypeAsPrimitiveType(left); in ApplyBinaryOperatorPromotion() local 798 …TSChecker::ApplyConditionalOperatorPromotion(checker::ETSChecker *checker, checker::Type *unboxedL, in ApplyConditionalOperatorPromotion() argument
|