Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h159 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef
182 bool operator==(const IterType &R) const {
202 IterType &operator+=(unsigned N) {
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3326 RecTy *IterType = nullptr; in ParseForeachDeclaration() local
3349 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()
3370 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()
3371 IterType = IntRecTy::get(Records); in ParseForeachDeclaration()
3375 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()
3378 if (!IterType) in ParseForeachDeclaration()
3381 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()