Searched refs:ListType (Results 1 – 2 of 2) sorted by relevance
1213 RecTy *ListType = InitListBack->getType(); in ParseOperation() local1217 ArgType = ListType; in ParseOperation()1305 RecTy *Resolved = resolveTypes(ArgType, ListType); in ParseOperation()1309 ListType->getAsString() + "'"); in ParseOperation()1555 ListRecTy *ListType = dyn_cast<ListRecTy>(List->getType()); in ParseOperation() local1556 if (!ListType) { in ParseOperation()1614 ParseRec->addValue(RecordVal(B, ListType->getElementType(), in ParseOperation()2224 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue() local2225 if (!ListType) { in ParseSimpleValue()2230 GivenListTy = ListType; in ParseSimpleValue()
383 using ListType = std::vector<unsigned>; typedef in __anond7543a0c0311::OrderedRegisterList402 using iterator = ListType::iterator;403 using const_iterator = ListType::const_iterator;414 ListType Seq;