Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp115 … return checker->CheckBinaryOperator(leftType, rightType, left_, right_, this, operator_); in Check()
DassignmentExpression.cpp215 … return checker->CheckBinaryOperator(leftType, rightType, left_, right_, this, operator_); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp23 Type *Checker::CheckBinaryOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr, in CheckBinaryOperator() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h459 Type *CheckBinaryOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr,