Home
last modified time | relevance | path

Searched defs:operatorType (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.h36 …plicit BinaryExpression(Expression *leftExpr, Expression *rightExpr, lexer::TokenType operatorType) in BinaryExpression()
80 void SetOperator(lexer::TokenType operatorType) in SetOperator()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DbinaryExpression.h35 …aryExpression(Expression *const left, Expression *const right, lexer::TokenType const operatorType) in BinaryExpression()
124 void SetOperator(lexer::TokenType operatorType) noexcept in SetOperator()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeOperator.h24 explicit TSTypeOperator(TypeNode *type, TSOperatorType operatorType) in TSTypeOperator()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeOperator.h34 explicit TSTypeOperator(Expression *type, TSOperatorType operatorType) in TSTypeOperator()
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp1043 static size_t GetOperatorPrecedence(const lexer::TokenType operatorType) in GetOperatorPrecedence()
1120 const lexer::TokenType operatorType) in ShouldBinaryExpressionBeAmended()
1129 const lexer::TokenType operatorType) in ShouldAsExpressionBeAmended()
1136 const lexer::TokenType operatorType) in ShouldExpressionBeAmended()
1150 const lexer::TokenType operatorType) in AreLogicalAndNullishMixedIncorrectly()
1192 const lexer::TokenType operatorType) in CreateAmendedBinaryExpression()
1204 lexer::TokenType operatorType = lexer_->GetToken().Type(); in ParseBinaryExpression() local
2103 lexer::TokenType operatorType = lexer_->GetToken().Type(); in ParseUnaryOrPrefixUpdateExpression() local
DETSparser.cpp3817 lexer::TokenType operatorType = Lexer()->GetToken().Type(); in ParseUnaryOrPrefixUpdateExpression() local
/arkcompiler/ets_frontend/ets2panda/ir/
DastDump.cpp62 const char *AstDumper::TypeOperatorToString(TSOperatorType operatorType) in TypeOperatorToString()
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.cpp69 const char *AstDumper::TypeOperatorToString(TSOperatorType operatorType) in TypeOperatorToString()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1179 static size_t GetOperatorPrecedence(lexer::TokenType operatorType) in GetOperatorPrecedence()
1249 lexer::TokenType operatorType) in ShouldBinaryExpressionBeAmended()
1259 lexer::TokenType operatorType = lexer_->GetToken().Type(); in ParseBinaryExpression() local
2378 lexer::TokenType operatorType = lexer_->GetToken().Type(); in ParseUnaryOrPrefixUpdateExpression() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp972 … es2panda_AstNode *right, char const *operatorType) in CreateAssignmentExpression()
1000 extern "C" void AssignmentExpressionSetOperatorType(es2panda_AstNode *ast, char const *operatorType) in AssignmentExpressionSetOperatorType()
1036 … es2panda_AstNode *right, char const *operatorType) in CreateBinaryExpression()
1065 extern "C" void BinaryExpressionSetOperator(es2panda_AstNode *ast, char const *operatorType) in BinaryExpressionSetOperator()