Searched refs:ListType (Results 1 – 2 of 2) sorted by relevance
1581 RecTy *ListType = InitListBack->getType(); in ParseOperation() local1585 ArgType = ListType; in ParseOperation()1683 RecTy *Resolved = resolveTypes(ArgType, ListType); in ParseOperation()1687 ListType->getAsString() + "'"); in ParseOperation()2085 ListRecTy *ListType = dyn_cast<ListRecTy>(List->getType()); in ParseOperation() local2086 if (!ListType) { in ParseOperation()2146 RecordVal(B, ListType->getElementType(), RecordVal::FK_Normal)); in ParseOperation()2764 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue() local2765 if (!ListType) { in ParseSimpleValue()2770 GivenListTy = ListType; in ParseSimpleValue()
382 using ListType = std::vector<unsigned>; typedef in __anon7f002ed80311::OrderedRegisterList401 using iterator = ListType::iterator;402 using const_iterator = ListType::const_iterator;413 ListType Seq;