Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/assembler/
Dassembly-function.h63 struct Parameter { struct
64Parameter(Type t, ark::panda_file::SourceLang sourceLang) : type(std::move(t)), lang(sourceLang) {} in Parameter() argument
66 ParamMetadata &GetOrCreateMetadata() const in GetOrCreateMetadata()
74 Type type;
75 ark::panda_file::SourceLang lang;
/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.h67 struct Parameter { struct
68 Type type;
70 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.rst1434 .. _Shadowing by Parameter:
1480 .. _Return Type:
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto50 message Parameter { message
/arkcompiler/runtime_core/taihe/compiler/taihe/parse/
Dconvert.py386 def visit_parameter(self, node: ast.Parameter) -> ParamDecl:
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp1500 TEST_F(CodegenTest, Parameter) in TEST_F() argument