Searched refs:ListType (Results 1 – 2 of 2) sorted by relevance
1656 const RecTy *ListType = InitListBack->getType(); in ParseOperation() local1660 ArgType = ListType; in ParseOperation()1758 const RecTy *Resolved = resolveTypes(ArgType, ListType); in ParseOperation()1762 ListType->getAsString() + "'"); in ParseOperation()2161 const auto *ListType = dyn_cast<ListRecTy>(List->getType()); in ParseOperation() local2162 if (!ListType) { in ParseOperation()2222 RecordVal(B, ListType->getElementType(), RecordVal::FK_Normal)); in ParseOperation()2845 const auto *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue() local2846 if (!ListType) { in ParseSimpleValue()2851 GivenListTy = ListType; in ParseSimpleValue()
383 using ListType = std::vector<unsigned>; typedef in __anon7f002ed80311::OrderedRegisterList402 using iterator = ListType::iterator;403 using const_iterator = ListType::const_iterator;414 ListType Seq;