Home
last modified time | relevance | path

Searched defs:Arguments (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.h62 const ArenaVector<Expression *> &Arguments() const in Arguments() function
67 ArenaVector<Expression *> &Arguments() in Arguments() function
DnewExpression.h53 const ArenaVector<Expression *> &Arguments() const in Arguments() function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DcallExpression.h89 [[nodiscard]] const ArenaVector<Expression *> &Arguments() const noexcept in Arguments() function
94 [[nodiscard]] ArenaVector<Expression *> &Arguments() noexcept in Arguments() function
DnewExpression.h51 [[nodiscard]] const ArenaVector<Expression *> &Arguments() const noexcept in Arguments() function
/arkcompiler/runtime_core/static_core/libpandabase/
DREADME.md28 #### Arguments subsubsection
/arkcompiler/runtime_core/libpandabase/
DREADME.md28 #### Arguments subsubsection
/arkcompiler/runtime_core/static_core/verification/util/
Dcallable.h60 using Arguments = std::tuple<Args...>; variable
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D5_generics.rst609 list of *type arguments* (see :ref:`Type Arguments`) that specify real types or
D7_expressions.rst490 .. _Evaluation of Other Expressions:
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp153 GateRef CircuitBuilder::Arguments(size_t index) in Arguments() function in panda::ecmascript::kungfu::CircuitBuilder