Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp142 … return checker->CheckBinaryOperator(leftType, rightType, left_, right_, this, operator_); in Check()
DassignmentExpression.cpp213 … return checker->CheckBinaryOperator(leftType, rightType, left_, right_, this, operator_); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp22 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/
DbinaryLikeExpression.cpp56 Type *TSChecker::CheckBinaryOperator(ExpressionTypeInfo *leftRightType, ir::Expression *leftExpr, in CheckBinaryOperator() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h377 …Type *CheckBinaryOperator(ExpressionTypeInfo *leftRightType, ir::Expression *leftExpr, ir::Express…
DTSAnalyzer.cpp361 return checker->CheckBinaryOperator(&leftRightType, expr->Left(), expr->Right(), expr, in CheckAssignmentExprOperatorType()
444 …return checker->CheckBinaryOperator(leftRightType, expr->Left(), expr->Right(), expr, expr->Operat… in CheckBinaryExprArithmLogical()
DETSAnalyzer.cpp1200 std::tie(std::ignore, expr->operationType_) = checker->CheckBinaryOperator( in CheckAssignmentExprOperatorType()
1319 …checker->CheckBinaryOperator(expr->Left(), expr->Right(), expr, expr->OperatorType(), expr->Start(… in Check()
DETSchecker.h334 …std::tuple<Type *, Type *> CheckBinaryOperator(ir::Expression *left, ir::Expression *right, ir::Ex…
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h460 Type *CheckBinaryOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr,
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp1129 std::tuple<Type *, Type *> ETSChecker::CheckBinaryOperator(ir::Expression *left, ir::Expression *ri… in CheckBinaryOperator() function in ark::es2panda::checker::ETSChecker