Home
last modified time | relevance | path

Searched defs:left (Results 1 - 25 of 102) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disa.cpp27 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 Dspill_fill_encoder_test.cpp22 bool operator==(const SpillFillData &left, const SpillFillData &right) in operator ==() argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsQualifiedName.h32 explicit TSQualifiedName(Expression *left, Identifier *right) in TSQualifiedName() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsQualifiedNameBuilder.h29 TSQualifiedNameBuilder &SetLeft(Expression *left) in SetLeft() argument
H A DassignmentExpressionBuilder.h35 AssignmentExpressionBuilder &SetLeft(Expression *left) in SetLeft() argument
H A DbinaryExpressionBuilder.h36 BinaryExpressionBuilder &SetLeft(Expression *left) in SetLeft() argument
H A DforOfStatementBuilder.h29 ForOfStatementBuilder &SetLeft(AstNode *left) in SetLeft() argument
H A DforInStatementBuilder.h29 ForInStatementBuilder &SetLeft(AstNode *left) in SetLeft() argument
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DforLoopCorrectlyInitialized.cpp41 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 DaliveAnalyzer.h47 LivenessStatus Or(LivenessStatus left, LivenessStatus right) in Or() argument
52 LivenessStatus And(LivenessStatus left, LivenessStatus right) in And() argument
H A Darithmetic.h58 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 Dgc_queue.h78 bool operator()(const PandaUniquePtr<GCTask> &left, const PandaUniquePtr<GCTask> &right) const in operator ()() argument
/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
H A DassignmentExpression.h36 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 DbinaryExpression.cpp103 auto *const left = left_ != nullptr ? left_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
H A DassignmentExpression.cpp178 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 DforInStatement.h30 explicit ForInStatement(AstNode *left, Expression *right, Statement *body) in ForInStatement() argument
H A DforOfStatement.h50 explicit ForOfStatement(AstNode *left, Expression *right, Statement *body, bool const isAwait) in ForOfStatement() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsQualifiedName.h34 explicit TSQualifiedName(Expression *left, Identifier *right) in TSQualifiedName() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DbigintLowering.cpp53 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 DforInStatement.h40 explicit ForInStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body) in ForInStatement() argument
H A DforOfStatement.h40 explicit ForOfStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body, bool isAwait) in ForOfStatement() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DassignmentExpression.h35 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 Dlive_registers.cpp56 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 Dconstant_folding.cpp78 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...]

Completed in 8 milliseconds

12345