Home
last modified time | relevance | path

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

/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.cpp281 void Checker::ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType, lexer::Sou… in ThrowBinaryLikeError()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DbinaryLikeExpression.cpp23 void TSChecker::CheckBooleanLikeType(Type *leftType, Type *rightType, ir::AstNode *expr, lexer::Tok… in CheckBooleanLikeType()
153 Type *TSChecker::CheckAndOperator(Type *leftType, Type *rightType, ir::Expression *leftExpr) in CheckAndOperator()
165 Type *TSChecker::CheckOrOperator(Type *leftType, Type *rightType, ir::Expression *leftExpr) in CheckOrOperator()
184 Type *TSChecker::CheckInstanceofExpression(Type *leftType, Type *rightType, ir::Expression *rightEx… in CheckInstanceofExpression()
203 Type *TSChecker::CheckInExpression(Type *leftType, Type *rightType, ir::Expression *leftExpr, ir::E… in CheckInExpression()
Dhelpers.cpp279 void TSChecker::ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType, in ThrowBinaryLikeError()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp179 …ETSChecker::CheckBinaryPlusMultDivOperandsForUnionType(const Type *leftType, const Type *rightType, in CheckBinaryPlusMultDivOperandsForUnionType()
239 const checker::Type *const rightType) in CheckBinaryOperatorPlusForEnums()
415checker::Type *rightType, Type *unboxedL, Type *unboxedR) in CheckBinaryOperatorLogical()
450checker::Type *const rightType, lexer::SourcePosition pos) in LogOperatorCannotBeApplied()
456 …hecker::CheckValidEqualReferenceType(checker::Type *const leftType, checker::Type *const rightType) in CheckValidEqualReferenceType()
494 … checker::Type *leftType, checker::Type *rightType) in CheckBinaryOperatorStrictEqual()
528checker::Type *const rightType, in CheckBinaryOperatorEqualError()
558checker::Type *rightType, Type *unboxedL, in CheckBinaryOperatorEqual()
637 static bool NonNumericTypesAreAppropriateForComparison(Type *leftType, Type *rightType) in NonNumericTypesAreAppropriateForComparison()
648 … checker::Type *leftType, checker::Type *rightType, in CheckBinaryOperatorLessGreater()
[all …]
Dhelpers.cpp418 Type *ETSChecker::HandleBooleanLogicalOperatorsExtended(Type *leftType, Type *rightType, ir::Binary… in HandleBooleanLogicalOperatorsExtended()
456 Type *ETSChecker::HandleBooleanLogicalOperators(Type *leftType, Type *rightType, lexer::TokenType t… in HandleBooleanLogicalOperators()
1452 Type *ETSChecker::HandleStringConcatenation(Type *leftType, Type *rightType) in HandleStringConcatenation()
/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_runtime/ecmascript/compiler/
Dcompiler_log.cpp275 GateType rightType = acc_.GetGateType(right); in CollectGateTypeLogInfo() local
Dnumber_speculative_retype.cpp1033 …NumberSpeculativeRetype::ConvertForIntOperator(GateRef gate, GateType leftType, GateType rightType) in ConvertForIntOperator()
1045 …ativeRetype::ConvertForShiftAndLogicalOperator(GateRef gate, GateType leftType, GateType rightType) in ConvertForShiftAndLogicalOperator()
1059 …berSpeculativeRetype::ConvertForDoubleOperator(GateRef gate, GateType leftType, GateType rightType) in ConvertForDoubleOperator()
Dshare_gate_meta_data.h447 static uint64_t ToValue(ParamType leftType, GateType rightType) in ToValue()
Dtyped_hcr_lowering.cpp736 GateType rightType = accessor.GetRightType(); in LowerTypeConvert() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h111 Type *rightType; member
DTSAnalyzer.cpp414 auto *rightType = expr->Right()->Check(checker); in Check() local