Searched refs:CheckPlusOperator (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | binaryExpression.cpp | 118 return checker->CheckPlusOperator(leftType, rightType, left_, right_, this, operator_); in Check()
|
| D | assignmentExpression.cpp | 218 return checker->CheckPlusOperator(leftType, rightType, left_, right_, this, operator_); in Check()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| 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/es2panda/typescript/ |
| D | checker.h | 461 Type *CheckPlusOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr,
|