| /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
|
| /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
|
| /test/testfwk/arkxtest/uitest/record/ |
| H A D | utils.h | 21 inline bool NearEqual(const double left, const double right, const double epsilon) in NearEqual() argument 30 inline bool NearEqual<float>(const float& left, const float& right) in NearEqual() argument 37 inline bool NearEqual<double>(const double& left, const double& right) in NearEqual() argument 44 constexpr bool NearEqual(const T& left, const T& right) in NearEqual() argument 54 inline bool NearEqual(const double left, cons argument 60 NearZero(const double left) NearZero() argument 66 LessOrEqual(double left, double right) LessOrEqual() argument 72 LessNotEqual(double left, double right) LessNotEqual() argument 78 GreatOrEqual(double left, double right) GreatOrEqual() argument 84 GreatNotEqual(double left, double right) GreatNotEqual() argument [all...] |
| /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
|
| /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
|
| /test/xts/acts/graphic/graphicnapidrawingtest/ |
| H A D | NativeDrawingRectLargeValueTest.cpp | 87 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local 110 float left = OH_Drawing_RectGetLeft(rectSrc); in HWTEST_F() local
|
| /test/xts/acts/graphic/acts_drawing_native/ |
| H A D | DrawingNativeRectTest.cpp | 184 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local 226 float left = OH_Drawing_RectGetLeft(rect); HWTEST_F() local 244 float left = OH_Drawing_RectGetLeft(rect); HWTEST_F() local 538 float left = OH_Drawing_RectGetLeft(rect); HWTEST_F() local 825 float left = OH_Drawing_RectGetLeft(dst); HWTEST_F() local [all...] |
| /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
|