Home
last modified time | relevance | path

Searched defs:CreateType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/
Dmetadata_modify_impl.cpp79 extern "C" AbckitType *CreateType(AbckitFile *file, AbckitTypeId id) in CreateType() function
/arkcompiler/runtime_core/libabckit/tests/mock/
Dmetadata_modify_impl_mock.cpp79 AbckitType *CreateType(AbckitFile *file, AbckitTypeId id) in CreateType() function
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dfile_impl.h84 inline Type File::CreateType(enum AbckitTypeId id) const in CreateType() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h337 MIRType *CreateType(const MIRType &oldType) in CreateType() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/libani_helpers/
Dani_signature_builder.cpp85 Type CreateType(const std::string &desc) in CreateType() function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp233 static ir::TypeNode *CreateType(public_lib::Context *ctx, EnumLoweringPhase::EnumType enumType) in CreateType() function