Searched refs:CheckBinaryOperator (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | binaryExpression.cpp | 146 return checker->CheckBinaryOperator(leftType, rightType, left_, right_, this, operator_); in Check()
|
H A D | assignmentExpression.cpp | 215 return checker->CheckBinaryOperator(leftType, rightType, left_, right_, this, operator_); in Check()
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | binaryLikeExpression.cpp | 23 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 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/ |
H A D | TSchecker.h | 372 Type *CheckBinaryOperator(ExpressionTypeInfo *leftRightType, ir::Expression *leftExpr, ir::Expression *rightExpr,
|
H A D | TSAnalyzer.cpp | 358 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 D | ETSAnalyzer.cpp | 900 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 D | ETSchecker.h | 293 std::tuple<Type *, Type *> CheckBinaryOperator(ir::Expression *left, ir::Expression *right, ir::Expression *expr,
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
H A D | checker.h | 459 Type *CheckBinaryOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr,
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | arithmetic.cpp | 170 // 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