Home
last modified time | relevance | path

Searched refs:CheckPlusOperator (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DbinaryExpression.cpp149 return checker->CheckPlusOperator(leftType, rightType, left_, right_, this, operator_); in Check()
H A DassignmentExpression.cpp218 return checker->CheckPlusOperator(leftType, rightType, left_, right_, this, operator_); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DbinaryLikeExpression.cpp94 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 DbinaryLikeExpression.cpp100 Type *TSChecker::CheckPlusOperator(ExpressionTypeInfo *leftRightType, ir::Expression *leftExpr, in CheckPlusOperator() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h374 Type *CheckPlusOperator(ExpressionTypeInfo *leftRightType, ir::Expression *leftExpr, ir::Expression *rightExpr,
H A DTSAnalyzer.cpp362 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 Dchecker.h461 Type *CheckPlusOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr,

Completed in 7 milliseconds