Home
last modified time | relevance | path

Searched defs:Params (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunctionSignature.h35 const FunctionParams &Params() const in Params() function
40 FunctionParams &Params() in Params() function
DtsSignatureDeclaration.h78 [[nodiscard]] const ArenaVector<Expression *> &Params() const noexcept in Params() function
DtsMethodSignature.h91 [[nodiscard]] const ArenaVector<Expression *> &Params() const noexcept in Params() function
DscriptFunction.h76 [[nodiscard]] const ArenaVector<Expression *> &Params() const noexcept in Params() function
81 [[nodiscard]] ArenaVector<Expression *> &Params() noexcept in Params() function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/enum_types/
Dparams.py68 class Params: class
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/
Dtest_parameters.py30 Params = Dict variable
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeParameterInstantiation.h39 const ArenaVector<Expression *> &Params() const in Params() function
DtsTypeParameterDeclaration.h54 const ArenaVector<TSTypeParameter *> &Params() const in Params() function
DtsFunctionType.h60 const ArenaVector<Expression *> &Params() const in Params() function
DtsConstructorType.h61 const ArenaVector<Expression *> &Params() const in Params() function
DtsSignatureDeclaration.h63 const ArenaVector<Expression *> &Params() const in Params() function
DtsMethodSignature.h76 const ArenaVector<Expression *> &Params() const in Params() function
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeParameterInstantiation.h40 [[nodiscard]] const ArenaVector<TypeNode *> &Params() const noexcept in Params() function
DtsTypeParameterDeclaration.h54 const ArenaVector<TSTypeParameter *> &Params() const in Params() function
DtsFunctionType.h68 const ArenaVector<Expression *> &Params() const in Params() function
DtsConstructorType.h69 const ArenaVector<Expression *> &Params() const in Params() function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/
Dparams.py27 class Params: class
/arkcompiler/ets_frontend/es2panda/typescript/types/
Dsignature.h70 const ArenaVector<binder::LocalVariable *> &Params() const in Params() function
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h78 const ArenaVector<Expression *> &Params() const in Params() function
83 ArenaVector<Expression *> &Params() in Params() function
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsFunctionType.h67 const ArenaVector<Expression *> &Params() const in Params() function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dtest_file_based.py62 def run_one_step(self, name: str, params: Params, result_validator: ResultValidator) \
/arkcompiler/runtime_core/compiler/tests/
Dvixl_exec_module.h264 using Params = ArenaVector<std::pair< variable
/arkcompiler/runtime_core/static_core/compiler/tests/
Dvixl_exec_module.h276 using Params = ArenaVector<std::pair< variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h428 ArenaVector<LocalVariable *> &Params() in Params() function
433 const ArenaVector<LocalVariable *> &Params() const in Params() function
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h626 ArenaVector<LocalVariable *> &Params() in Params() function
631 const ArenaVector<LocalVariable *> &Params() const in Params() function

12