Searched refs:IterType (Results 1 – 4 of 4) sorted by relevance
153 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef176 bool operator==(const IterType &R) const {201 IterType &operator+=(unsigned N) {
2498 RecTy *IterType = nullptr; in ParseForeachDeclaration() local2522 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()2546 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()2547 IterType = IntRecTy::get(); in ParseForeachDeclaration()2551 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()2554 if (!IterType) in ParseForeachDeclaration()2557 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()
1522 template <typename IterType>1523 static IterType internal_last(IterType iter);2475 template <typename IterType>2476 inline IterType btree<P>::internal_last(IterType iter) {
110 template <typename IterType, typename CheckerIterType>111 IterType iter_check(IterType tree_iter, CheckerIterType checker_iter) const { in iter_check()120 template <typename IterType, typename CheckerIterType>121 IterType riter_check(IterType tree_iter, CheckerIterType checker_iter) const { in riter_check()