Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3332 RecTy *IterType = nullptr; in ParseForeachDeclaration() local
3355 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()
3376 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()
3377 IterType = IntRecTy::get(Records); in ParseForeachDeclaration()
3381 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()
3384 if (!IterType) in ParseForeachDeclaration()
3387 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()