Home
last modified time | relevance | path

Searched defs:operatorType (Results 1 – 12 of 12) 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.h36 …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/
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.cpp1129 … 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
DETSparserExpressions.cpp245 lexer::TokenType operatorType = Lexer()->GetToken().Type(); in ParseUnaryOrPrefixUpdateExpression() local
/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp309 …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/
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.cpp1180 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/
Des2panda_lib.cpp968 … 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/
Dhelpers.cpp930 void CheckerContext::CheckTestSmartCastCondition(lexer::TokenType operatorType) in CheckTestSmartCastCondition()