Searched refs:ItemType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/TableGen/ |
| D | TGParser.cpp | 1154 Init *TGParser::ParseSimpleValue(Record *CurRec, RecTy *ItemType, in ParseSimpleValue() argument 1163 return ParseSimpleValue(CurRec, ItemType, Mode); in ParseSimpleValue() 1271 if (ItemType != 0) { in ParseSimpleValue() 1272 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue() 1277 << ItemType->getAsString(); in ParseSimpleValue() 1346 if (ItemType == 0) { in ParseSimpleValue() 1428 Init *TGParser::ParseValue(Record *CurRec, RecTy *ItemType, IDParseMode Mode) { in ParseValue() argument 1429 Init *Result = ParseSimpleValue(CurRec, ItemType, Mode); in ParseValue() 1528 Init *RHSResult = ParseValue(CurRec, ItemType, ParseNameMode); in ParseValue() 1601 RecTy *ItemType = EltTy; in ParseValueList() local [all …]
|
| D | TGParser.h | 169 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = 0, 171 Init *ParseValue(Record *CurRec, RecTy *ItemType = 0,
|