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