Home
last modified time | relevance | path

Searched defs:PARAMETER (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h58 PARAMETER = (1U << 1U), enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_panda_file_items.h43 static constexpr std::string_view PARAMETER = "Lstd/core/Parameter;"; variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h1169 #define PARAMETER(ID, ARG_NUM) builder_->NewParameter(ID, ARG_NUM) macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h1505 #define PARAMETER(ID, ARG_NUM) builder_->NewParameter(ID, ARG_NUM) macro