Searched defs:rightExpr (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | binaryLikeExpression.cpp | 23 … const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckBinaryOperator() 94 … const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckPlusOperator() 126 … const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckCompareOperator() 172 …hecker::CheckInstanceofExpression(Type *leftType, Type *rightType, const ir::Expression *rightExpr, in CheckInstanceofExpression() 192 const ir::Expression *rightExpr, const ir::AstNode *expr) in CheckInExpression()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | binaryLikeExpression.cpp | 57 … ir::Expression *rightExpr, ir::AstNode *expr, lexer::TokenType op) in CheckBinaryOperator() 101 … ir::Expression *rightExpr, ir::AstNode *expr, lexer::TokenType op) in CheckPlusOperator() 137 … ir::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/ |
| D | binaryExpression.h | 36 …explicit BinaryExpression(Expression *leftExpr, Expression *rightExpr, lexer::TokenType operatorTy… in BinaryExpression()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | extensionAccessorLowering.cpp | 73 auto *rightExpr = assignExpr->AsAssignmentExpression()->Right(); in TryHandleExtensionAccessor() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | get_adjusted_location.cpp | 222 if (auto *rightExpr = FindFirstExpressionAfter(parent, firstExpr, parentChildren)) { in HandleBinaryExpressions() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | expressionParser.cpp | 1256 ir::Expression *rightExpr = rightExprNode; in ParseBinaryExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | expressionParser.cpp | 1343 …ir::Expression *rightExpr = ParseExpressionOrTypeAnnotation(operatorType, ExpressionParseFlags::DI… in ParseBinaryExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 3911 const rightExpr = node.right; constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 9033 const rightExpr = getNode(right); constant
|