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

/external/llvm/include/llvm/TableGen/
H A DRecord.h35 class ListRecTy;
69 ListRecTy *ListTy;
84 ListRecTy *getListTy();
120 virtual bool baseClassOf(const ListRecTy *RHS) const { return false; }
164 virtual bool baseClassOf(const ListRecTy *RHS) const { return false; }
209 virtual bool baseClassOf(const ListRecTy *RHS) const { return false; }
250 virtual bool baseClassOf(const ListRecTy *RHS) const { return false; }
291 virtual bool baseClassOf(const ListRecTy *RHS) const { return false; }
296 // ListRecTy - 'list<Ty>' - Represent a list of values, all of which must be of
298 /// ListRecTy
301 class ListRecTy : public RecTy { class in namespace:llvm
303 explicit ListRecTy(RecTy *T) : Ty(T) {} function in class:llvm::ListRecTy
[all...]
/external/llvm/lib/TableGen/
H A DRecord.cpp92 ListRecTy *RecTy::getListTy() {
94 ListTy = new ListRecTy(this);
251 std::string ListRecTy::getAsString() const {
255 Init *ListRecTy::convertValue(ListInit *LI) {
266 ListRecTy *LType = dynamic_cast<ListRecTy*>(LI->getType());
274 Init *ListRecTy::convertValue(TypedInit *TI) {
276 if (ListRecTy *LRT = dynamic_cast<ListRecTy*>(TI->getType()))
606 ListRecTy *ListTyp
[all...]
H A DTGParser.cpp726 return ListRecTy::get(SubType);
867 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType());
896 Type = ListRecTy::get(Itemt->getType());
900 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType());
1271 ListRecTy *GivenListTy = 0;
1274 ListRecTy *ListType = dynamic_cast<ListRecTy*>(ItemType);
1726 ListRecTy *ListTyp
[all...]

Completed in 210 milliseconds