Home
last modified time | relevance | path

Searched defs:rightType (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ts/
DbinaryLikeExpression.cpp22 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()
Dhelpers.cpp280 void TSChecker::ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType, in ThrowBinaryLikeError()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp23 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()
Dhelpers.cpp280 void Checker::ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType, lexer::Sou… in ThrowBinaryLikeError()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp180checker::Type *const rightType, Type *unboxedL, Type *unboxedR) in CheckBinaryOperatorMulDivMod()
208checker::Type *const rightType, Type *unboxedL, Type *unboxedR) in CheckBinaryOperatorPlus()
243checker::Type *const rightType, Type *unboxedL, Type *unboxedR) in CheckBinaryOperatorShift()
292checker::Type *const rightType, Type *unboxedL, Type *unboxedR) in CheckBinaryOperatorBitwise()
324checker::Type *const rightType, Type *unboxedL, Type *unboxedR) in CheckBinaryOperatorLogical()
352checker::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 …]
Dhelpers.cpp895 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/
Dnumber_speculative_retype.cpp498 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()
Dcompiler_log.cpp275 GateType rightType = acc_.GetGateType(right); in CollectGateTypeLogInfo() local
Dtype_info_accessors.cpp113 GateType rightType = acc_.GetGateType(right_); in HasNumberType() local
132 GateType rightType = acc_.GetGateType(right_); in HasStringType() local
Dtyped_bytecode_lowering.cpp321 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
Dshare_gate_meta_data.h513 static uint64_t ToValue(GateType leftType, GateType rightType) in ToValue()
Dgate_accessor.cpp379 GateType rightType = GetRightType(gate); in HasNumberType() local
390 GateType rightType = GetRightType(gate); in HasStringType() local
409 GateType rightType = GetRightType(gate); in HasPrimitiveNumberType() local
Dnumber_speculative_lowering.cpp323 GateType rightType = acc_.GetRightType(gate); in VisitNumberCompare() local
Dmcr_circuit_builder.cpp922 …uitBuilder::InsertTypedBinaryop(GateRef left, GateRef right, GateType leftType, GateType rightType, in InsertTypedBinaryop()
Dtyped_hcr_lowering.cpp665 auto rightType = acc_.GetRightType(gate); in LowerTypeConvert() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp132 auto *rightType = right_->Check(checker); in Check() local
DassignmentExpression.cpp201 auto *rightType = right_->Check(checker); in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp510 auto *rightType = expr->Right()->Check(checker); in Check() local
555 auto *rightType = expr->Right()->Check(checker); in Check() local