Searched refs:CheckBinaryOperator (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | binaryExpression.cpp | 142 … return checker->CheckBinaryOperator(leftType, rightType, left_, right_, this, operator_); in Check()
|
| D | assignmentExpression.cpp | 213 … return checker->CheckBinaryOperator(leftType, rightType, left_, right_, this, operator_); in Check()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | binaryLikeExpression.cpp | 22 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/ |
| D | binaryLikeExpression.cpp | 56 Type *TSChecker::CheckBinaryOperator(ExpressionTypeInfo *leftRightType, ir::Expression *leftExpr, in CheckBinaryOperator() function in ark::es2panda::checker::TSChecker
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSchecker.h | 377 …Type *CheckBinaryOperator(ExpressionTypeInfo *leftRightType, ir::Expression *leftExpr, ir::Express…
|
| D | TSAnalyzer.cpp | 361 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()
|
| D | ETSAnalyzer.cpp | 1200 std::tie(std::ignore, expr->operationType_) = checker->CheckBinaryOperator( in CheckAssignmentExprOperatorType() 1319 …checker->CheckBinaryOperator(expr->Left(), expr->Right(), expr, expr->OperatorType(), expr->Start(… in Check()
|
| D | ETSchecker.h | 334 …std::tuple<Type *, Type *> CheckBinaryOperator(ir::Expression *left, ir::Expression *right, ir::Ex…
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.h | 460 Type *CheckBinaryOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr,
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | arithmetic.cpp | 1129 std::tuple<Type *, Type *> ETSChecker::CheckBinaryOperator(ir::Expression *left, ir::Expression *ri… in CheckBinaryOperator() function in ark::es2panda::checker::ETSChecker
|