HomeSort by relevance Sort by last modified time
    Searched refs:ListRecTy (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/TableGen/
Record.h 35 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 - 'list&lt;Ty&gt;' - Represent a list of values, all of which mus
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 92 ListRecTy *RecTy::getListTy() {
94 ListTy = new ListRecTy(this);
293 std::string ListRecTy::getAsString() const {
297 Init *ListRecTy::convertValue(ListInit *LI) {
308 ListRecTy *LType = dynamic_cast<ListRecTy*>(LI->getType());
316 Init *ListRecTy::convertValue(TypedInit *TI) {
318 if (ListRecTy *LRT = dynamic_cast<ListRecTy*>(TI->getType()))
616 ListRecTy *ListType = dynamic_cast<ListRecTy *>(getType())
    [all...]
TGParser.cpp 755 return ListRecTy::get(SubType);
896 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType());
925 Type = ListRecTy::get(Itemt->getType());
929 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType());
    [all...]

Completed in 33 milliseconds