Searched refs:ListType (Results 1 – 2 of 2) sorted by relevance
1575 RecTy *ListType = InitListBack->getType(); in ParseOperation() local1579 ArgType = ListType; in ParseOperation()1677 RecTy *Resolved = resolveTypes(ArgType, ListType); in ParseOperation()1681 ListType->getAsString() + "'"); in ParseOperation()2079 ListRecTy *ListType = dyn_cast<ListRecTy>(List->getType()); in ParseOperation() local2080 if (!ListType) { in ParseOperation()2140 RecordVal(B, ListType->getElementType(), RecordVal::FK_Normal)); in ParseOperation()2758 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue() local2759 if (!ListType) { in ParseSimpleValue()2764 GivenListTy = ListType; in ParseSimpleValue()
382 using ListType = std::vector<unsigned>; typedef in __anon9aeb66ce0311::OrderedRegisterList401 using iterator = ListType::iterator;402 using const_iterator = ListType::const_iterator;413 ListType Seq;