Searched refs:GetArrayType (Results 1 – 7 of 7) sorted by relevance
249 int64_t TypeRecorder::GetArrayType(int64_t contentIndex) const in GetArrayType() function in panda::es2panda::extractor::TypeRecorder257 ASSERT(GetArrayType(contentIndex) == arrayIndex); in SetArrayType()
90 int64_t GetArrayType(int64_t contentIndex) const;
1164 typeIndexShift_ = recorder_->GetArrayType(typeIndexRefShift_); in ArrayType()
603 const MIRType *ArrayNode::GetArrayType(const TypeTable &tt) const in GetArrayType() function in maple::ArrayNode610 MIRType *ArrayNode::GetArrayType(const TypeTable &tt) in GetArrayType() function in maple::ArrayNode612 return const_cast<MIRType *>(const_cast<const ArrayNode *>(this)->GetArrayType(tt)); in GetArrayType()617 const auto *arrayType = static_cast<const MIRArrayType *>(GetArrayType(tt)); in GetDim()
708 …auto *farrayType = static_cast<MIRFarrayType *>(array->GetArrayType(GlobalTables::GetTypeTable())); in LowerFarray()751 MIRType *aType = array->GetArrayType(GlobalTables::GetTypeTable()); in LowerCArray()
413 … auto *farrayType = static_cast<MIRFarrayType *>(array.GetArrayType(GlobalTables::GetTypeTable())); in LowerFarray()499 MIRType *aType = array.GetArrayType(GlobalTables::GetTypeTable()); in LowerArrayDim()566 MIRType *aType = array.GetArrayType(GlobalTables::GetTypeTable()); in LowerArray()613 MIRType *aType = array.GetArrayType(GlobalTables::GetTypeTable()); in LowerCArray()
1465 const MIRType *GetArrayType(const TypeTable &tt) const;1466 MIRType *GetArrayType(const TypeTable &tt);