Searched refs:ItemType (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | TGParser.h | 255 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = nullptr, 257 Init *ParseValue(Record *CurRec, RecTy *ItemType = nullptr, 260 Record *CurRec, RecTy *ItemType = nullptr); 272 Init *ParseOperation(Record *CurRec, RecTy *ItemType); 273 Init *ParseOperationSubstr(Record *CurRec, RecTy *ItemType); 274 Init *ParseOperationFind(Record *CurRec, RecTy *ItemType); 275 Init *ParseOperationForEachFilter(Record *CurRec, RecTy *ItemType); 276 Init *ParseOperationCond(Record *CurRec, RecTy *ItemType);
|
| H A D | TGParser.cpp | 941 Init *TGParser::ParseOperation(Record *CurRec, RecTy *ItemType) { in ParseOperation() argument 1252 ArgType = ItemType; in ParseOperation() 1259 ArgType = ItemType; in ParseOperation() 1270 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation() 1272 ItemType->getAsString() + "', got '" + in ParseOperation() 1312 if (ItemType && InitList.size() == 1) { in ParseOperation() 1313 if (!isa<ListRecTy>(ItemType)) { in ParseOperation() 1316 ItemType->getAsString() + "'"); in ParseOperation() 1319 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation() 1323 cast<ListRecTy>(ItemType) in ParseOperation() [all …]
|