Home
last modified time | relevance | path

Searched defs:Parameter (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
Dassembly-function.h63 struct Parameter { struct
64 Type type;
65 std::unique_ptr<ParamMetadata> metadata;
67 Parameter(Type t, ark::panda_file::SourceLang lang) in Parameter() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsParameterProperty.h73 const Expression *Parameter() const in Parameter() function
78 Expression *Parameter() in Parameter() function
/arkcompiler/runtime_core/assembler/
Dassembly-function.h62 struct Parameter { struct
63 Type type;
65 Parameter(Type t, panda::panda_file::SourceLang lang) in Parameter() argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsParameterProperty.h58 const Expression *Parameter() const in Parameter() function
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D4_names.rst1438 .. _Shadowing by Parameter:
1482 .. _Return Type:
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto50 message Parameter { message
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp1500 TEST_F(CodegenTest, Parameter) in TEST_F() argument