| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | binaryLikeExpression.cpp | 22 Type *TSChecker::CheckBinaryOperator(Type *leftType, Type *rightType, ir::Expression *leftExpr, in CheckBinaryOperator() 93 Type *TSChecker::CheckPlusOperator(Type *leftType, Type *rightType, ir::Expression *leftExpr, ir::E… in CheckPlusOperator() 125 Type *TSChecker::CheckCompareOperator(Type *leftType, Type *rightType, ir::Expression *leftExpr, in CheckCompareOperator() 141 Type *TSChecker::CheckAndOperator(Type *leftType, Type *rightType, ir::Expression *leftExpr) in CheckAndOperator() 153 Type *TSChecker::CheckOrOperator(Type *leftType, Type *rightType, ir::Expression *leftExpr) in CheckOrOperator() 172 Type *TSChecker::CheckInstanceofExpression(Type *leftType, Type *rightType, ir::Expression *rightEx… in CheckInstanceofExpression() 191 Type *TSChecker::CheckInExpression(Type *leftType, Type *rightType, ir::Expression *leftExpr, ir::E… in CheckInExpression()
|
| D | helpers.cpp | 280 void TSChecker::ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType, in ThrowBinaryLikeError()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | binaryLikeExpression.cpp | 23 Type *Checker::CheckBinaryOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr, in CheckBinaryOperator() 94 Type *Checker::CheckPlusOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr, in CheckPlusOperator() 126 Type *Checker::CheckCompareOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr, in CheckCompareOperator() 142 Type *Checker::CheckAndOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr) in CheckAndOperator() 154 Type *Checker::CheckOrOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr) in CheckOrOperator() 173 Type *Checker::CheckInstanceofExpression(Type *leftType, Type *rightType, const ir::Expression *rig… in CheckInstanceofExpression() 192 Type *Checker::CheckInExpression(Type *leftType, Type *rightType, const ir::Expression *leftExpr, in CheckInExpression()
|
| D | helpers.cpp | 280 void Checker::ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType, lexer::Sou… in ThrowBinaryLikeError()
|
| /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() 352 … checker::Type *const rightType) in CheckBinaryOperatorStrictEqual() 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() 487 checker::Type *const rightType) in CheckBinaryOperatorInstanceOf() 506 … checker::Type *const leftType, checker::Type *const rightType) in CheckBinaryOperatorNullishCoalescing() [all …]
|
| D | helpers.cpp | 895 Type *ETSChecker::HandleBooleanLogicalOperatorsExtended(Type *leftType, Type *rightType, ir::Binary… in HandleBooleanLogicalOperatorsExtended() 939 Type *ETSChecker::HandleBooleanLogicalOperators(Type *leftType, Type *rightType, lexer::TokenType t… in HandleBooleanLogicalOperators() 1529 Type *ETSChecker::HandleStringConcatenation(Type *leftType, Type *rightType) in HandleStringConcatenation()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_retype.cpp | 498 GateType rightType = acc_.GetRightType(gate); in VisitNumberShiftAndLogical() local 745 GateType rightType = GateType::IntType(); in ConvertForBinaryOp() local 749 GateType rightType = GateType::NumberType(); in ConvertForBinaryOp() local 762 GateType rightType = acc_.GetRightType(gate); in ConvertForBinaryOp() local 777 GateType rightType = GateType::IntType(); in ConvertForCompareOp() local 781 GateType rightType = GateType::NumberType(); in ConvertForCompareOp() local 786 GateType rightType = acc_.GetRightType(gate); in ConvertForCompareOp() local 795 …NumberSpeculativeRetype::ConvertForIntOperator(GateRef gate, GateType leftType, GateType rightType) in ConvertForIntOperator() 807 …ativeRetype::ConvertForShiftAndLogicalOperator(GateRef gate, GateType leftType, GateType rightType) in ConvertForShiftAndLogicalOperator() 821 …berSpeculativeRetype::ConvertForDoubleOperator(GateRef gate, GateType leftType, GateType rightType) in ConvertForDoubleOperator()
|
| D | compiler_log.cpp | 275 GateType rightType = acc_.GetGateType(right); in CollectGateTypeLogInfo() local
|
| D | type_info_accessors.cpp | 113 GateType rightType = acc_.GetGateType(right_); in HasNumberType() local 132 GateType rightType = acc_.GetGateType(right_); in HasStringType() local
|
| D | typed_bytecode_lowering.cpp | 321 GateType rightType = acc_.GetGateType(right); in LowerTypedEqOrNotEq() local 350 GateType rightType = acc_.GetGateType(right); in SpeculateStrings() local 367 GateType rightType = acc_.GetGateType(right); in SpeculateNumbers() local
|
| D | share_gate_meta_data.h | 513 static uint64_t ToValue(GateType leftType, GateType rightType) in ToValue()
|
| D | gate_accessor.cpp | 379 GateType rightType = GetRightType(gate); in HasNumberType() local 390 GateType rightType = GetRightType(gate); in HasStringType() local 409 GateType rightType = GetRightType(gate); in HasPrimitiveNumberType() local
|
| D | number_speculative_lowering.cpp | 323 GateType rightType = acc_.GetRightType(gate); in VisitNumberCompare() local
|
| D | mcr_circuit_builder.cpp | 922 …uitBuilder::InsertTypedBinaryop(GateRef left, GateRef right, GateType leftType, GateType rightType, in InsertTypedBinaryop()
|
| D | typed_hcr_lowering.cpp | 665 auto rightType = acc_.GetRightType(gate); in LowerTypeConvert() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | binaryExpression.cpp | 132 auto *rightType = right_->Check(checker); in Check() local
|
| D | assignmentExpression.cpp | 201 auto *rightType = right_->Check(checker); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 510 auto *rightType = expr->Right()->Check(checker); in Check() local 555 auto *rightType = expr->Right()->Check(checker); in Check() local
|