Home
last modified time | relevance | path

Searched defs:argument (Results 1 – 25 of 56) sorted by relevance

123

/arkcompiler/runtime_core/libabckit/src/
Dmacros.h33 #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/
DtypeofExpression.h29 explicit TypeofExpression(Expression *const argument) in TypeofExpression()
DawaitExpression.h34 …explicit AwaitExpression(Expression *argument) : Expression(AstNodeType::AWAIT_EXPRESSION), argume… in AwaitExpression()
DyieldExpression.h34 explicit YieldExpression(Expression *const argument, bool const isDelegate) in YieldExpression()
DupdateExpression.h34 …explicit UpdateExpression(Expression *const argument, lexer::TokenType const updateOperator, bool … in UpdateExpression()
DunaryExpression.h43 explicit UnaryExpression(Expression *const argument, lexer::TokenType const unaryOperator) in UnaryExpression()
DyieldExpression.cpp73 …auto *const argument = argument_ != nullptr ? argument_->Clone(allocator, nullptr)->AsExpression()… in Clone() local
DtypeofExpression.cpp71 auto *const argument = argument_->Clone(allocator, nullptr)->AsExpression(); in Clone() local
DawaitExpression.cpp75 …auto *const argument = argument_ != nullptr ? argument_->Clone(allocator, nullptr)->AsExpression()… in Clone() local
DupdateExpression.cpp78 …auto *const argument = argument_ != nullptr ? argument_->Clone(allocator, nullptr)->AsExpression()… in Clone() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DawaitExpression.h34 …explicit AwaitExpression(Expression *argument) : Expression(AstNodeType::AWAIT_EXPRESSION), argume… in AwaitExpression()
DunaryExpression.h35 explicit UnaryExpression(Expression *argument, lexer::TokenType unaryOperator) in UnaryExpression()
DyieldExpression.h35 explicit YieldExpression(Expression *argument, bool isDelegate) in YieldExpression()
DupdateExpression.h34 explicit UpdateExpression(Expression *argument, lexer::TokenType updateOperator, bool isPrefix) in UpdateExpression()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DthrowStatement.h30 …explicit ThrowStatement(Expression *argument) : Statement(AstNodeType::THROW_STATEMENT), argument_… in ThrowStatement()
DreturnStatement.h38 …explicit ReturnStatement(Expression *argument) : Statement(AstNodeType::RETURN_STATEMENT), argumen… in ReturnStatement()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DthrowStatement.h36 …explicit ThrowStatement(Expression *argument) : Statement(AstNodeType::THROW_STATEMENT), argument_… in ThrowStatement()
DreturnStatement.h35 …explicit ReturnStatement(Expression *argument) : Statement(AstNodeType::RETURN_STATEMENT), argumen… in ReturnStatement()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsNewClassInstanceExpression.cpp67 for (auto argument : arguments_) { in Dump() local
103 for (auto *const argument : other.arguments_) { in ETSNewClassInstanceExpression() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DspreadElement.h35 …explicit SpreadElement(AstNodeType nodeType, Expression *argument) : Expression(nodeType), argumen… in SpreadElement()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DetsNewClassInstanceExpressionBuilder.h38 ETSNewClassInstanceExpressionBuilder &AddArgument(ir::Expression *argument) in AddArgument()
DyieldExpressionBuilder.h29 YieldExpressionBuilder &SetArgument(Expression *argument) in SetArgument()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub.cpp34 GateRef argument = env_.GetArgument(i); in InitializeArguments() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
DspreadElement.h34 …eadElement(AstNodeType const nodeType, ArenaAllocator *const allocator, Expression *const argument) in SpreadElement()
/arkcompiler/ets_frontend/ets2panda/lsp/src/refactors/
Dconvert_function.cpp43 for (auto argument : arguments) { in HasArrowFunction() local

123