Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ets2panda/test/unit/arktsconfig-parser/
Dcommon.h23 struct Params { struct
28 friend void PrintTo(const Params &params, std::ostream *os) in PrintTo() argument
/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.h82 [[nodiscard]] const ArenaVector<Expression *> &Params() const noexcept in Params() function
87 [[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/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/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/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.h71 const ArenaVector<Expression *> &Params() const in Params() function
/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/runtime_core/static_core/tests/tests-u-runner/runner/
Dtest_file_based.py99 …def run_one_step(self, name: str, params: Params, result_validator: ResultValidator, no_log: bool …
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h434 ArenaVector<LocalVariable *> &Params() in Params() function
439 const ArenaVector<LocalVariable *> &Params() const in Params() function

12