Searched defs:operatorType (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | binaryExpression.h | 36 …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/ |
| D | binaryExpression.h | 36 …aryExpression(Expression *const left, Expression *const right, lexer::TokenType const operatorType) in BinaryExpression() 132 void SetOperator(lexer::TokenType operatorType) noexcept in SetOperator()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsTypeOperator.h | 24 explicit TSTypeOperator(TypeNode *type, TSOperatorType operatorType) in TSTypeOperator()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsTypeOperator.h | 34 explicit TSTypeOperator(Expression *type, TSOperatorType operatorType) in TSTypeOperator()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | expressionParser.cpp | 1129 … constexpr size_t GetOperatorPrecedenceArithmeticAndComparison(const lexer::TokenType operatorType) in GetOperatorPrecedenceArithmeticAndComparison() 1165 static constexpr size_t GetOperatorPrecedence(const lexer::TokenType operatorType) in GetOperatorPrecedence() 1215 const lexer::TokenType operatorType) in ShouldBinaryExpressionBeAmended() 1224 const lexer::TokenType operatorType) in ShouldAsExpressionBeAmended() 1231 const lexer::TokenType operatorType) in ShouldExpressionBeAmended() 1245 const lexer::TokenType operatorType) in AreLogicalAndNullishMixedIncorrectly() 1287 const lexer::TokenType operatorType) in CreateAmendedBinaryExpression() 1306 lexer::TokenType operatorType = lexer_->GetToken().Type(); in ParseBinaryExpression() local 2259 lexer::TokenType operatorType = lexer_->GetToken().Type(); in ParseUnaryOrPrefixUpdateExpression() local
|
| D | ETSparserExpressions.cpp | 245 lexer::TokenType operatorType = Lexer()->GetToken().Type(); in ParseUnaryOrPrefixUpdateExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checkerContext.cpp | 309 …if (auto const operatorType = binaryExpression->OperatorType(); operatorType == lexer::TokenType::… in CheckBinarySmartCastCondition() local 329 auto const operatorType = binaryExpression->OperatorType(); in CheckSmartCastEqualityCondition() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astDump.cpp | 62 const char *AstDumper::TypeOperatorToString(TSOperatorType operatorType) in TypeOperatorToString()
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astDump.cpp | 69 const char *AstDumper::TypeOperatorToString(TSOperatorType operatorType) in TypeOperatorToString()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | expressionParser.cpp | 1180 static size_t GetOperatorPrecedence(lexer::TokenType operatorType) in GetOperatorPrecedence() 1250 lexer::TokenType operatorType) in ShouldBinaryExpressionBeAmended() 1260 lexer::TokenType operatorType = lexer_->GetToken().Type(); in ParseBinaryExpression() local 2378 lexer::TokenType operatorType = lexer_->GetToken().Type(); in ParseUnaryOrPrefixUpdateExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 968 … es2panda_AstNode *right, char const *operatorType) in CreateAssignmentExpression() 996 extern "C" void AssignmentExpressionSetOperatorType(es2panda_AstNode *ast, char const *operatorType) in AssignmentExpressionSetOperatorType() 1032 … es2panda_AstNode *right, char const *operatorType) in CreateBinaryExpression() 1061 extern "C" void BinaryExpressionSetOperator(es2panda_AstNode *ast, char const *operatorType) in BinaryExpressionSetOperator()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 930 void CheckerContext::CheckTestSmartCastCondition(lexer::TokenType operatorType) in CheckTestSmartCastCondition()
|