| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | isa.cpp | 27 bool InsnDesc::IsSame(const InsnDesc &left, std::function<bool(const InsnDesc &left, const InsnDesc &right)> cmp) const in IsSame() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | spill_fill_encoder_test.cpp | 22 bool operator==(const SpillFillData &left, const SpillFillData &right) in operator ==() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsQualifiedName.h | 32 explicit TSQualifiedName(Expression *left, Identifier *right) in TSQualifiedName() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsQualifiedNameBuilder.h | 29 TSQualifiedNameBuilder &SetLeft(Expression *left) in SetLeft() argument
|
| H A D | assignmentExpressionBuilder.h | 35 AssignmentExpressionBuilder &SetLeft(Expression *left) in SetLeft() argument
|
| H A D | binaryExpressionBuilder.h | 36 BinaryExpressionBuilder &SetLeft(Expression *left) in SetLeft() argument
|
| H A D | forOfStatementBuilder.h | 29 ForOfStatementBuilder &SetLeft(AstNode *left) in SetLeft() argument
|
| H A D | forInStatementBuilder.h | 29 ForInStatementBuilder &SetLeft(AstNode *left) in SetLeft() argument
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | forLoopCorrectlyInitialized.cpp | 41 auto const *left = ast->AsForInStatement()->Left(); in HandleForInStatement() local 57 auto const *left = ast->AsForOfStatement()->Left(); in HandleForOfStatement() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | aliveAnalyzer.h | 47 LivenessStatus Or(LivenessStatus left, LivenessStatus right) in Or() argument 52 LivenessStatus And(LivenessStatus left, LivenessStatus right) in And() argument
|
| H A D | arithmetic.h | 58 Type *ETSChecker::PerformRelationOperationOnTypes(Type *left, Type *right, lexer::TokenType operationType) in PerformRelationOperationOnTypes() argument 100 Type *ETSChecker::PerformArithmeticOperationOnTypes(Type *left, Type *right, lexer::TokenType operationType) in PerformArithmeticOperationOnTypes() argument 190 Type *ETSChecker::HandleBitWiseArithmetic(Type *left, Type *right, lexer::TokenType operationType) in HandleBitWiseArithmetic() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | gc_queue.h | 78 bool operator()(const PandaUniquePtr<GCTask> &left, const PandaUniquePtr<GCTask> &right) const in operator ()() argument
|
| /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
|
| H A D | assignmentExpression.h | 36 explicit AssignmentExpression(Expression *const left, Expression *const right, in AssignmentExpression() argument 42 explicit AssignmentExpression(AstNodeType const type, Expression *const left, Expression *const right, in AssignmentExpression() argument
|
| H A D | binaryExpression.cpp | 103 auto *const left = left_ != nullptr ? left_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
|
| H A D | assignmentExpression.cpp | 178 auto *const left = left_ != nullptr ? left_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local 161 AssignmentExpression([[maybe_unused]] Tag const tag, AssignmentExpression const &other, Expression *const left, Expression *const right) AssignmentExpression() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| H A D | forInStatement.h | 30 explicit ForInStatement(AstNode *left, Expression *right, Statement *body) in ForInStatement() argument
|
| H A D | forOfStatement.h | 50 explicit ForOfStatement(AstNode *left, Expression *right, Statement *body, bool const isAwait) in ForOfStatement() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsQualifiedName.h | 34 explicit TSQualifiedName(Expression *left, Identifier *right) in TSQualifiedName() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | bigintLowering.cpp | 53 auto left = expr->Left()->TsType(); in ReplaceStrictEqualByNormalEqual() local 76 auto left = expr->Left()->TsType(); in RemoveConst() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | forInStatement.h | 40 explicit ForInStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body) in ForInStatement() argument
|
| H A D | forOfStatement.h | 40 explicit ForOfStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body, bool isAwait) in ForOfStatement() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | assignmentExpression.h | 35 explicit AssignmentExpression(Expression *left, Expression *right, lexer::TokenType assignmentOperator) in AssignmentExpression() argument 40 explicit AssignmentExpression(AstNodeType type, Expression *left, Expression *right, in AssignmentExpression() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | live_registers.cpp | 56 LifeIntervalsIt PartitionLeftSplit(const LifeIntervalsIt &left, const LifeIntervalsIt &right, LifeNumber midpoint, in PartitionLeftSplit() argument 74 LifeIntervalsIt PartitionRightSplit(const LifeIntervalsIt &left, const LifeIntervalsIt &right, LifeNumber midpoint, in PartitionRightSplit() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | constant_folding.cpp | 78 auto left = acc_.GetValueIn(gate, 0); in VisitSMOD() local 97 auto left = acc_.GetValueIn(gate, 0); in VisitUMOD() local 116 auto left = acc_.GetValueIn(gate, 0); in VisitADD() local 133 auto left = acc_.GetValueIn(gate, 0); VisitSUB() local 150 auto left = acc_.GetValueIn(gate, 0); VisitMUL() local [all...] |