Searched refs:ListType (Results 1 – 2 of 2) sorted by relevance
1485 ListRecTy *ListType = dyn_cast<ListRecTy>(List->getType()); in ParseOperation() local1486 if (!ListType) { in ParseOperation()1544 ParseRec->addValue(RecordVal(B, ListType->getElementType(), false)); in ParseOperation()1790 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue() local1791 if (!ListType) { in ParseSimpleValue()1796 GivenListTy = ListType; in ParseSimpleValue()
379 using ListType = std::vector<unsigned>; typedef in __anon64be325d0311::OrderedRegisterList398 using iterator = ListType::iterator;399 using const_iterator = ListType::const_iterator;410 ListType Seq;