Searched defs:operationType (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | arithmetic.h | 59 …TSChecker::PerformRelationOperationOnTypes(Type *left, Type *right, lexer::TokenType operationType) in PerformRelationOperationOnTypes() 103 …Checker::PerformArithmeticOperationOnTypes(Type *left, Type *right, lexer::TokenType operationType) in PerformArithmeticOperationOnTypes() 202 Type *ETSChecker::HandleBitWiseArithmetic(Type *left, Type *right, lexer::TokenType operationType) in HandleBitWiseArithmetic()
|
| D | arithmetic.cpp | 189 …ETSChecker::HandleRelationOperationOnTypes(Type *left, Type *right, lexer::TokenType operationType) in HandleRelationOperationOnTypes() 604 … lexer::TokenType operationType, in CheckBinaryOperatorStrictEqual() 748 … lexer::TokenType operationType, in CheckBinaryOperatorLessGreater() 904 lexer::TokenType operationType; member 1116 … Type *rightType, lexer::TokenType operationType) in ResolveCheckBinaryOperatorForBigInt() 1130 … ir::Expression *expr, lexer::TokenType operationType, in CheckBinaryOperator() 1180 …SChecker::HandleArithmeticOperationOnTypes(Type *left, Type *right, lexer::TokenType operationType) in HandleArithmeticOperationOnTypes() 1200 …*ETSChecker::HandleBitwiseOperationOnTypes(Type *left, Type *right, lexer::TokenType operationType) in HandleBitwiseOperationOnTypes()
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | binaryExpression.h | 147 void SetOperationType(checker::Type *const operationType) noexcept in SetOperationType()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | constantExpressionLowering.cpp | 357 lexer::TokenType operationType) in PerformBitwiseArithmetic() 406 … lexer::TokenType operationType, TypeRank targetRank) in HandleBitwiseOperator() 433 auto operationType = expr->OperatorType(); in HandleArithmeticOperation() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 591 const checker::Type *operationType = expr->OperationType(); in CompileBigInt() local
|