Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.h57 const ArenaVector<Expression *> &Arguments() const in Arguments() function
62 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.rst650 .. _Utility Types:
D7_expressions.rst466 .. _Evaluation of Other Expressions:
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp169 GateRef CircuitBuilder::Arguments(size_t index) in Arguments() function in panda::ecmascript::kungfu::CircuitBuilder