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
64 Type type;
65 std::unique_ptr<ParamMetadata> metadata;
67 Parameter(Type t, panda::panda_file::SourceLang lang) in Parameter() function
/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;
64 std::unique_ptr<ParamMetadata> metadata;
66 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/ets_frontend/merge_abc/protos/
DassemblyFunction.proto50 message Parameter { message
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D4_names.rst1202 .. _Shadowing Parameters:
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcodegen_test.cpp1535 TEST_F(CodegenTest, Parameter) in TEST_F() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h3829 : Inst(Opcode::Parameter, type, INVALID_PC), argNumber_(argNumber) in Inst()