Home
last modified time | relevance | path

Searched defs:operatorType (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DbinaryExpression.h36 explicit BinaryExpression(Expression *const left, Expression *const right, lexer::TokenType const operatorType) in BinaryExpression() argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTypeOperator.h24 explicit TSTypeOperator(TypeNode *type, TSOperatorType operatorType) in TSTypeOperator() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsTypeOperatorBuilder.h35 TSTypeOperatorBuilder &SetOperatorType(TSOperatorType operatorType) in SetOperatorType() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTypeOperator.h34 explicit TSTypeOperator(Expression *type, TSOperatorType operatorType) in TSTypeOperator() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DbinaryExpression.h36 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 DcheckerContext.cpp337 auto const operatorType = binaryExpression->OperatorType(); variable
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastDump.cpp62 const char *AstDumper::TypeOperatorToString(TSOperatorType operatorType) in TypeOperatorToString() argument
/arkcompiler/ets_frontend/es2panda/ir/
H A DastDump.cpp69 const char *AstDumper::TypeOperatorToString(TSOperatorType operatorType) in TypeOperatorToString() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserExpressions.cpp245 lexer::TokenType operatorType = Lexer()->GetToken().Type(); in ParseUnaryOrPrefixUpdateExpression() local
H A DexpressionParser.cpp1127 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 DexpressionParser.cpp1180 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 Dhelpers.cpp974 void CheckerContext::CheckTestSmartCastCondition(lexer::TokenType operatorType) in CheckTestSmartCastCondition() argument

Completed in 13 milliseconds