Searched refs:CheckPlusOperator (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | binaryExpression.cpp | 149 return checker->CheckPlusOperator(leftType, rightType, left_, right_, this, operator_); in Check()
|
H A D | assignmentExpression.cpp | 218 return checker->CheckPlusOperator(leftType, rightType, left_, right_, this, operator_); in Check()
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | binaryLikeExpression.cpp | 94 Type *Checker::CheckPlusOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr, in CheckPlusOperator() function in panda::es2panda::checker::Checker
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | binaryLikeExpression.cpp | 100 Type *TSChecker::CheckPlusOperator(ExpressionTypeInfo *leftRightType, ir::Expression *leftExpr, in CheckPlusOperator() function in ark::es2panda::checker::TSChecker
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | TSchecker.h | 374 Type *CheckPlusOperator(ExpressionTypeInfo *leftRightType, ir::Expression *leftExpr, ir::Expression *rightExpr,
|
H A D | TSAnalyzer.cpp | 362 return checker->CheckPlusOperator(&leftRightType, expr->Left(), expr->Right(), expr, expr->OperatorType()); in CheckAssignmentExprOperatorType() 444 return checker->CheckPlusOperator(leftRightType, expr->Left(), expr->Right(), expr, expr->OperatorType()); in CheckBinaryExprArithmLogical()
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
H A D | checker.h | 461 Type *CheckPlusOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr,
|
Completed in 7 milliseconds