Home
last modified time | relevance | path

Searched refs:CheckBinaryOperator (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DbinaryExpression.cpp146 return checker->CheckBinaryOperator(leftType, rightType, left_, right_, this, operator_); in Check()
H A DassignmentExpression.cpp215 return checker->CheckBinaryOperator(leftType, rightType, left_, right_, this, operator_); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DbinaryLikeExpression.cpp23 Type *Checker::CheckBinaryOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr, in CheckBinaryOperator() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DbinaryLikeExpression.cpp56 Type *TSChecker::CheckBinaryOperator(ExpressionTypeInfo *leftRightType, ir::Expression *leftExpr, in CheckBinaryOperator() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h372 Type *CheckBinaryOperator(ExpressionTypeInfo *leftRightType, ir::Expression *leftExpr, ir::Expression *rightExpr,
H A DTSAnalyzer.cpp358 return checker->CheckBinaryOperator(&leftRightType, expr->Left(), expr->Right(), expr, in CheckAssignmentExprOperatorType()
441 return checker->CheckBinaryOperator(leftRightType, expr->Left(), expr->Right(), expr, expr->OperatorType()); in CheckBinaryExprArithmLogical()
H A DETSAnalyzer.cpp900 std::tie(std::ignore, expr->operationType_) = checker->CheckBinaryOperator( in CheckAssignmentExprOperatorType()
989 checker->CheckBinaryOperator(expr->Left(), expr->Right(), expr, expr->OperatorType(), expr->Start()); in Check()
H A DETSchecker.h293 std::tuple<Type *, Type *> CheckBinaryOperator(ir::Expression *left, ir::Expression *right, ir::Expression *expr,
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h459 Type *CheckBinaryOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr,
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.cpp170 // This is handled in the main CheckBinaryOperator function in CheckBinaryOperatorForBigInt()
1046 std::tuple<Type *, Type *> ETSChecker::CheckBinaryOperator(ir::Expression *left, ir::Expression *right, in CheckBinaryOperator() function in ark::es2panda::checker::ETSChecker

Completed in 15 milliseconds