Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamArray.h108 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef
125 bool operator==(const IterType &R) const {
140 bool operator!=(const IterType &R) { return !(*this == R); }
147 IterType &operator++() {
169 IterType operator++(int) {
170 IterType Original = *this;
/external/llvm/lib/TableGen/
DTGParser.cpp1760 RecTy *IterType = nullptr; in ParseForeachDeclaration() local
1778 IterType = ListType->getElementType(); in ParseForeachDeclaration()
1801 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()
1802 IterType = IntRecTy::get(); in ParseForeachDeclaration()
1806 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()
1809 if (!IterType) in ParseForeachDeclaration()
1812 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()