Home
last modified time | relevance | path

Searched defs:Function (Results 1 - 23 of 23) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dfunction.h29 class Function { class
H A DprogramElement.cpp36 pandasm::Function *ProgramElement::Function() in Function() function in ark::es2panda::compiler::ProgramElement
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dfunction.h23 class Function { class
/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyFunctionProto.h44 class Function { class
[all...]
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DfunctionExpression.h38 const ScriptFunction *Function() const in Function() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::FunctionExpression
43 ScriptFunction *Function() in Function() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::FunctionExpression
H A DarrowFunctionExpression.h41 const ScriptFunction *Function() const in Function() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ArrowFunctionExpression
46 ScriptFunction *Function() in Function() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ArrowFunctionExpression
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DfunctionDeclaration.h38 const ScriptFunction *Function() const in Function() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::FunctionDeclaration
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DclassStaticBlock.cpp74 ir::ScriptFunction *ClassStaticBlock::Function() in Function() function in ark::es2panda::ir::ClassStaticBlock
79 const ir::ScriptFunction *ClassStaticBlock::Function() const in Function() function in ark::es2panda::ir::ClassStaticBlock
H A DmethodDefinition.cpp26 ScriptFunction *MethodDefinition::Function() in Function() function in ark::es2panda::ir::MethodDefinition
31 const ScriptFunction *MethodDefinition::Function() const in Function() function in ark::es2panda::ir::MethodDefinition
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DfunctionDeclaration.h34 ScriptFunction *Function() in Function() function in ark::es2panda::ir::FunctionDeclaration
44 const ScriptFunction *Function() const in Function() function in ark::es2panda::ir::FunctionDeclaration
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DmethodDefinition.cpp30 const ScriptFunction *MethodDefinition::Function() const in Function() function in panda::es2panda::ir::MethodDefinition
35 ScriptFunction *MethodDefinition::Function() in Function() function in panda::es2panda::ir::MethodDefinition
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dfunction.h33 Function(std::string_view record_name, std::string_view func_name, panda_file::File::EntityId m_id, in Function() function in panda::defect_scan_aux::final
[all...]
/arkcompiler/runtime_core/compiler/tools/
H A Ddraw_cfg.py59 class Function: class
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dtimeout.py25 from pytest import Config, Function, Item, Parser, hookimpl namespace
H A Dexpect.py31 from pytest import FixtureRequest, Function, StashKey, fixture, hookimpl, mark namespace
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.h66 panda::pandasm::Function *Function() in Function() function in panda::panda::es2panda::panda::es2panda::panda::es2panda::compiler::FunctionEmitter
/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dfunction.rb74 class Function class
/arkcompiler/runtime_core/assembler/
H A Dassembly-function.h40 struct Function { struct
126 Function(std::string s, panda::panda_file::SourceLang lang, size_t b_l, size_t b_r, std::string f_c, bool d, in Function() function
135 Function(std::string s, panda::panda_file::SourceLang lang) in Function() function
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-function.h41 struct Function { struct
106 Function(std::string s, ark::panda_file::SourceLang lang, size_t bL, size_t bR, std::string fC, bool d, size_t lN) in Function() function
114 Function(std::string s, ark::panda_file::SourceLang lang) in Function() function
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dfunction.h69 class Function : public compiler::RelocationHandler { class
74 Function() : llvmCompiler_(nullptr) {} in Function() function in ark::irtoc::Function
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A Dsignature.h194 ir::ScriptFunction *Function() in Function() function in ark::es2panda::ark::es2panda::checker::ark::es2panda::checker::Signature
214 const ir::ScriptFunction *Function() const in Function() function in ark::es2panda::ark::es2panda::checker::ark::es2panda::checker::Signature
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp27 const std::string ObjectType::Function = "function"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectType
61 const std::string ObjectClassName::Function = "Function"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectClassName
H A Dpt_types.h403 static const std::string Function; // NOLINT (readability-identifier-naming) member
452 static const std::string Function; // NOLINT (readability-identifier-naming) member

Completed in 17 milliseconds