Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp969 auto *pointType = static_cast<MIRPtrType *>(&type); in MayRefString() local
985 auto *pointType = static_cast<MIRPtrType *>(&type); in MayRefMeta() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp663 … MIRType *pointType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(exceptType->GetPointedTyIdx()); in CreateBasicBlocks() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp1318 MIRPtrType pointType(pointTypeIdx, pty); // use reference type here in ParsePointType() local
Dmir_nodes.cpp607 const auto *pointType = static_cast<const MIRPtrType *>(type); in GetArrayType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2258 MIRType *pointType = beCommon.BeGetOrCreatePointerType(*func.GetReturnType()); in LowerEntry() local