Home
last modified time | relevance | path

Searched defs:rightExpr (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp24const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckBinaryOperator()
95const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckPlusOperator()
127const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckCompareOperator()
173 …hecker::CheckInstanceofExpression(Type *leftType, Type *rightType, const ir::Expression *rightExpr, in CheckInstanceofExpression()
193 const ir::Expression *rightExpr, const ir::AstNode *expr) in CheckInExpression()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DbinaryLikeExpression.cpp57ir::Expression *rightExpr, ir::AstNode *expr, lexer::TokenType op) in CheckBinaryOperator()
101ir::Expression *rightExpr, ir::AstNode *expr, lexer::TokenType op) in CheckPlusOperator()
137ir::Expression *rightExpr, ir::AstNode *expr, lexer::TokenType op) in CheckCompareOperator()
184 …e *TSChecker::CheckInstanceofExpression(Type *leftType, Type *rightType, ir::Expression *rightExpr, in CheckInstanceofExpression()
203 …kInExpression(Type *leftType, Type *rightType, ir::Expression *leftExpr, ir::Expression *rightExpr, in CheckInExpression()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.h36 …explicit BinaryExpression(Expression *leftExpr, Expression *rightExpr, lexer::TokenType operatorTy… in BinaryExpression()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1275 ir::Expression *rightExpr = rightExprNode; in ParseBinaryExpression() local
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp1324 …ir::Expression *rightExpr = ParseExpressionOrTypeAnnotation(operatorType, ExpressionParseFlags::DI… in ParseBinaryExpression() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1037 auto *rightExpr = reinterpret_cast<ir::AstNode *>(right)->AsExpression(); in CreateBinaryExpression() local