Home
last modified time | relevance | path

Searched defs:CreateLiteralArray (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/
Dmetadata_modify_impl.cpp207 extern "C" AbckitLiteralArray *CreateLiteralArray(AbckitFile *file, AbckitLiteral **value, size_t s… in CreateLiteralArray() function
/arkcompiler/runtime_core/libabckit/tests/mock/
Dmetadata_modify_impl_mock.cpp149 AbckitLiteralArray *CreateLiteralArray(AbckitFile *file, AbckitLiteral **value, size_t size) in CreateLiteralArray() function
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dfile_impl.h43 inline abckit::LiteralArray File::CreateLiteralArray(const std::vector<abckit::Literal> &literals) … in CreateLiteralArray() function
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp343 std::vector<std::pair<std::string, std::vector<Literal>>> Emitter::CreateLiteralArray(const ir::Exp… in CreateLiteralArray() function in panda::es2panda::compiler::Emitter
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp784 LiteralArrayVector ETSEmitter::CreateLiteralArray(std::string &baseName, const ir::Expression *arra… in CreateLiteralArray() function in ark::es2panda::compiler::ETSEmitter