Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp23const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckBinaryOperator()
94const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckPlusOperator()
126const 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/
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/ets2panda/compiler/lowering/ets/
DextensionAccessorLowering.cpp73 auto *rightExpr = assignExpr->AsAssignmentExpression()->Right(); in TryHandleExtensionAccessor() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dget_adjusted_location.cpp222 if (auto *rightExpr = FindFirstExpressionAfter(parent, firstExpr, parentChildren)) { in HandleBinaryExpressions() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1256 ir::Expression *rightExpr = rightExprNode; in ParseBinaryExpression() local
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp1343 …ir::Expression *rightExpr = ParseExpressionOrTypeAnnotation(operatorType, ExpressionParseFlags::DI… in ParseBinaryExpression() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts3911 const rightExpr = node.right; constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts9033 const rightExpr = getNode(right); constant