| /arkcompiler/runtime_core/libabckit/src/ |
| D | macros.h | 33 #define LIBABCKIT_BAD_ARGUMENT(argument, returnvalue) \ argument 41 #define LIBABCKIT_BAD_ARGUMENT_VOID(argument) \ argument 49 #define LIBABCKIT_INTERNAL_ERROR(argument, returnValue) \ argument 57 #define LIBABCKIT_INTERNAL_ERROR_VOID(argument) \ argument 89 #define LIBABCKIT_ZERO_ARGUMENT(argument, returnvalue) \ argument 97 #define LIBABCKIT_ZERO_ARGUMENT_VOID(argument) \ argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | typeofExpression.h | 29 explicit TypeofExpression(Expression *const argument) in TypeofExpression()
|
| D | awaitExpression.h | 34 …explicit AwaitExpression(Expression *argument) : Expression(AstNodeType::AWAIT_EXPRESSION), argume… in AwaitExpression()
|
| D | yieldExpression.h | 34 explicit YieldExpression(Expression *const argument, bool const isDelegate) in YieldExpression()
|
| D | updateExpression.h | 34 …explicit UpdateExpression(Expression *const argument, lexer::TokenType const updateOperator, bool … in UpdateExpression()
|
| D | unaryExpression.h | 43 explicit UnaryExpression(Expression *const argument, lexer::TokenType const unaryOperator) in UnaryExpression()
|
| D | yieldExpression.cpp | 73 …auto *const argument = argument_ != nullptr ? argument_->Clone(allocator, nullptr)->AsExpression()… in Clone() local
|
| D | typeofExpression.cpp | 71 auto *const argument = argument_->Clone(allocator, nullptr)->AsExpression(); in Clone() local
|
| D | awaitExpression.cpp | 75 …auto *const argument = argument_ != nullptr ? argument_->Clone(allocator, nullptr)->AsExpression()… in Clone() local
|
| D | updateExpression.cpp | 78 …auto *const argument = argument_ != nullptr ? argument_->Clone(allocator, nullptr)->AsExpression()… in Clone() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | awaitExpression.h | 34 …explicit AwaitExpression(Expression *argument) : Expression(AstNodeType::AWAIT_EXPRESSION), argume… in AwaitExpression()
|
| D | unaryExpression.h | 35 explicit UnaryExpression(Expression *argument, lexer::TokenType unaryOperator) in UnaryExpression()
|
| D | yieldExpression.h | 35 explicit YieldExpression(Expression *argument, bool isDelegate) in YieldExpression()
|
| D | updateExpression.h | 34 explicit UpdateExpression(Expression *argument, lexer::TokenType updateOperator, bool isPrefix) in UpdateExpression()
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | throwStatement.h | 30 …explicit ThrowStatement(Expression *argument) : Statement(AstNodeType::THROW_STATEMENT), argument_… in ThrowStatement()
|
| D | returnStatement.h | 38 …explicit ReturnStatement(Expression *argument) : Statement(AstNodeType::RETURN_STATEMENT), argumen… in ReturnStatement()
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | throwStatement.h | 36 …explicit ThrowStatement(Expression *argument) : Statement(AstNodeType::THROW_STATEMENT), argument_… in ThrowStatement()
|
| D | returnStatement.h | 35 …explicit ReturnStatement(Expression *argument) : Statement(AstNodeType::RETURN_STATEMENT), argumen… in ReturnStatement()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsNewClassInstanceExpression.cpp | 67 for (auto argument : arguments_) { in Dump() local 103 for (auto *const argument : other.arguments_) { in ETSNewClassInstanceExpression() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | spreadElement.h | 35 …explicit SpreadElement(AstNodeType nodeType, Expression *argument) : Expression(nodeType), argumen… in SpreadElement()
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | etsNewClassInstanceExpressionBuilder.h | 38 ETSNewClassInstanceExpressionBuilder &AddArgument(ir::Expression *argument) in AddArgument()
|
| D | yieldExpressionBuilder.h | 29 YieldExpressionBuilder &SetArgument(Expression *argument) in SetArgument()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub.cpp | 34 GateRef argument = env_.GetArgument(i); in InitializeArguments() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | spreadElement.h | 34 …eadElement(AstNodeType const nodeType, ArenaAllocator *const allocator, Expression *const argument) in SpreadElement()
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/refactors/ |
| D | convert_function.cpp | 43 for (auto argument : arguments) { in HasArrowFunction() local
|