Home
last modified time | relevance | path

Searched refs:IterType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamArray.h157 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef
180 bool operator==(const IterType &R) const {
205 IterType &operator+=(unsigned N) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp2757 RecTy *IterType = nullptr; in ParseForeachDeclaration() local
2780 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()
2804 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()
2805 IterType = IntRecTy::get(); in ParseForeachDeclaration()
2809 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()
2812 if (!IterType) in ParseForeachDeclaration()
2815 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()