Searched defs:ListRecTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/TableGen/
H A DRecord.h36 class ListRecTy;
84 ListRecTy *ListTy;
102 ListRecTy *getListTy();
291 /// ListRecTy - 'list<Ty>' - Represent a list of values, all of which must be of
294 class ListRecTy : public RecTy { class in namespace:llvm
296 explicit ListRecTy(RecTy *T) : RecTy(ListRecTyKind), Ty(T) {} function in class:llvm::ListRecTy
297 friend ListRecTy *RecTy::getListTy();
304 static ListRecTy *get(RecTy *T) { return T->getListTy(); }
789 : TypedInit(IK_ListInit, ListRecTy::get(EltTy)),
1138 cast<ListRecTy>(
[all...]

Completed in 96 milliseconds