| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | binaryExpression.h | 36 explicit BinaryExpression(Expression *const left, Expression *const right, lexer::TokenType const operatorType) in BinaryExpression() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsTypeOperator.h | 24 explicit TSTypeOperator(TypeNode *type, TSOperatorType operatorType) in TSTypeOperator() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsTypeOperatorBuilder.h | 35 TSTypeOperatorBuilder &SetOperatorType(TSOperatorType operatorType) in SetOperatorType() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsTypeOperator.h | 34 explicit TSTypeOperator(Expression *type, TSOperatorType operatorType) in TSTypeOperator() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | binaryExpression.h | 36 explicit BinaryExpression(Expression *leftExpr, Expression *rightExpr, lexer::TokenType operatorType) in BinaryExpression() argument 80 void SetOperator(lexer::TokenType operatorType) in SetOperator() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | checkerContext.cpp | 337 auto const operatorType = binaryExpression->OperatorType(); variable [all...] |
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | astDump.cpp | 62 const char *AstDumper::TypeOperatorToString(TSOperatorType operatorType) in TypeOperatorToString() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| H A D | astDump.cpp | 69 const char *AstDumper::TypeOperatorToString(TSOperatorType operatorType) in TypeOperatorToString() argument
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSparserExpressions.cpp | 245 lexer::TokenType operatorType = Lexer()->GetToken().Type(); in ParseUnaryOrPrefixUpdateExpression() local
|
| H A D | expressionParser.cpp | 1127 static constexpr size_t GetOperatorPrecedenceArithmeticAndComparison(const lexer::TokenType operatorType) in GetOperatorPrecedenceArithmeticAndComparison() argument 1163 static constexpr size_t GetOperatorPrecedence(const lexer::TokenType operatorType) in GetOperatorPrecedence() argument 1212 ShouldBinaryExpressionBeAmended(const ir::BinaryExpression *const binaryExpression, const lexer::TokenType operatorType) ShouldBinaryExpressionBeAmended() argument 1221 ShouldAsExpressionBeAmended(const ir::TSAsExpression *const asExpression, const lexer::TokenType operatorType) ShouldAsExpressionBeAmended() argument 1228 ShouldExpressionBeAmended(const ir::Expression *const expression, const lexer::TokenType operatorType) ShouldExpressionBeAmended() argument 1242 AreLogicalAndNullishMixedIncorrectly(const ir::Expression *const expression, const lexer::TokenType operatorType) AreLogicalAndNullishMixedIncorrectly() argument 1284 CreateAmendedBinaryExpression(ir::Expression *const left, ir::Expression *const right, const lexer::TokenType operatorType) CreateAmendedBinaryExpression() argument 1304 lexer::TokenType operatorType = lexer_->GetToken().Type(); ParseBinaryExpression() local 2260 lexer::TokenType operatorType = lexer_->GetToken().Type(); ParseUnaryOrPrefixUpdateExpression() local [all...] |
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | expressionParser.cpp | 1180 static size_t GetOperatorPrecedence(lexer::TokenType operatorType) in GetOperatorPrecedence() argument 1260 lexer::TokenType operatorType = lexer_->GetToken().Type(); in ParseBinaryExpression() local 1249 ShouldBinaryExpressionBeAmended(ir::BinaryExpression *binaryExpression, lexer::TokenType operatorType) ShouldBinaryExpressionBeAmended() argument 2405 lexer::TokenType operatorType = lexer_->GetToken().Type(); ParseUnaryOrPrefixUpdateExpression() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | helpers.cpp | 974 void CheckerContext::CheckTestSmartCastCondition(lexer::TokenType operatorType) in CheckTestSmartCastCondition() argument
|