Home
last modified time | relevance | path

Searched refs:CheckPlusOperator (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp118 return checker->CheckPlusOperator(leftType, rightType, left_, right_, this, operator_); in Check()
DassignmentExpression.cpp218 return checker->CheckPlusOperator(leftType, rightType, left_, right_, this, operator_); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp94 Type *Checker::CheckPlusOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr, in CheckPlusOperator() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h461 Type *CheckPlusOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr,